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
-
Hi. I have to use llama-cpp-python package in my project. However,
rye add llama-cpp-python
andrye sync
install cpu version of this package. To install CUDA version I should use the following:CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
Is it possible to do using rye?
Beta Was this translation helpful? Give feedback.
All reactions