You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also tried to re-install llama-cpp-python using the instructions below but that didn't help:
set CMAKE_ARGS="-DLLAMA_CUBLAS=on" set FORCE_CMAKE=1 pip install --upgrade --verbose --force-reinstall llama-cpp-python --no-cache-dir
My GPU has only 8GB of VRAM, could that be the reason? I saw in the readme that this model requires 24GB of VRAM...
However, other models such as Mistral are loading on my GPU just fine. So I am assuming that my Cuda installation is correct.
The text was updated successfully, but these errors were encountered:
This is how I am loading the model using Python, but it uses only the CPU:
Llama(model_path="./functionary-7b-v2.q4_0.gguf", n_ctx=4096, n_gpu_layers=50)
I have also tried to re-install llama-cpp-python using the instructions below but that didn't help:
set CMAKE_ARGS="-DLLAMA_CUBLAS=on"
set FORCE_CMAKE=1
pip install --upgrade --verbose --force-reinstall llama-cpp-python --no-cache-dir
My GPU has only 8GB of VRAM, could that be the reason? I saw in the readme that this model requires 24GB of VRAM...
However, other models such as Mistral are loading on my GPU just fine. So I am assuming that my Cuda installation is correct.
The text was updated successfully, but these errors were encountered: