Add a no-gpu CLI arg to llama-cli #8888
WilliamTambellini
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
@ggerganov would you mind if I add such option to llamacli? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
ggml-org/whisper.cpp#1762
Beta Was this translation helpful? Give feedback.
All reactions