Add a no-gpu CLI arg to llama-cli #8888
WilliamTambellini
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@ggerganov would you mind if I add such option to llamacli? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a no-gpu CLI arg to llama-cli.
Disable using the gpu (at least cuda), load and, run only using cpu resources.
Similar to whisper-cpp 'no-gpu':
./whisper-cpp/main --help
...
-ng, --no-gpu [false ] disable GPU
ref
ggerganov/whisper.cpp#1762
Beta Was this translation helpful? Give feedback.
All reactions