mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 06:43:57 +00:00
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
|