5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Run a model and pass in a text file of questions
|
|
|
|
ollama run llama2 < sourcequestions
|