We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载llama.cpp源码,通过make GGML_CUDA=1进行编译。 设置-ngl 35,通过./llama-cli -m /home/liquid/.cache/llama.cpp/omost-llama-3-8b-q8_0.gguf -ngl 35 --prompt "who are you?"进行推理,发现GPU利用率很低,推理速度很慢,没有用到GPU推理。 请问这个问题要怎么解决呢?是我llama.cpp编译的问题吗?还是omost-llama-3-8b-Q8_0-GGUF不支持GPU加速?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
下载llama.cpp源码,通过make GGML_CUDA=1进行编译。
设置-ngl 35,通过./llama-cli -m /home/liquid/.cache/llama.cpp/omost-llama-3-8b-q8_0.gguf -ngl 35 --prompt "who are you?"进行推理,发现GPU利用率很低,推理速度很慢,没有用到GPU推理。
请问这个问题要怎么解决呢?是我llama.cpp编译的问题吗?还是omost-llama-3-8b-Q8_0-GGUF不支持GPU加速?
The text was updated successfully, but these errors were encountered: