|
1 год назад | |
---|---|---|
.. | ||
README.md | 13086363bd Update as per bmacd | 1 год назад |
comparemodels.sh | 13086363bd Update as per bmacd | 1 год назад |
sourcequestions.txt | 13086363bd Update as per bmacd | 1 год назад |
When calling ollama
, you can pass it a file to run all the prompts in the file, one after the other:
ollama run llama2 < sourcequestions.txt
This concept is used in the following example.
comparemodels.sh
is a script that runs all the questions in sourcequestions.txt
using any 4 models you choose that you have already pulled from the Ollama library or have created locally.