mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
gpu not worked, only cpu. How to solve it? #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moeAlice on GitHub (Apr 18, 2024).
Thank you for an such excellent library.
I meet a strange problem. While I run the ollama or rust api, my cpu worked, not my gpu(4060ti 16g).
I ever tried Chatbox and the gpu worked. And with the same machine but only cpu worked while I tried the rust api via python.
Maybe there were some configuration or parameters needed to be set?
@moeAlice commented on GitHub (Apr 18, 2024):
Ok..
After updating Ollama, gpu works now.