This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Replies: 1 comment
-
|
I answered here : #1271 (comment) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi. I have to use llama-cpp-python package in my project. However,
rye add llama-cpp-pythonandrye syncinstall cpu version of this package. To install CUDA version I should use the following:CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-pythonIs it possible to do using rye?
Beta Was this translation helpful? Give feedback.
All reactions