mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-02 02:03:01 +00:00
Updated Docs Llama-CPP Linux NVIDIA GPU support and Windows-WSL
This commit is contained in:
parent
b7ee43788d
commit
f0dfdc28cc
@ -340,7 +340,7 @@ Some tips:
|
||||
After that running the following command in the repository will install llama.cpp with GPU support:
|
||||
|
||||
```bash
|
||||
CMAKE_ARGS='-DLLAMA_CUBLAS=on' poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python numpy==1.26.0
|
||||
CMAKE_ARGS='-DGGML_CUDA=on' poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python==0.2.90 numpy==1.26.4 markupsafe==2.1.5
|
||||
```
|
||||
|
||||
If your installation was correct, you should see a message similar to the following next
|
||||
|
Loading…
Reference in New Issue
Block a user