mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-02 07:45:39 +00:00
changes for [DOCS] Llama-CPP Linux NVIDIA GPU support and Windows-WSL #2148
This commit is contained in:
@@ -307,7 +307,7 @@ If you have all required dependencies properly configured running the
|
|||||||
following powershell command should succeed.
|
following powershell command should succeed.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$env:CMAKE_ARGS='-DLLAMA_CUBLAS=on'; poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python numpy==1.26.0
|
$env: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
|
If your installation was correct, you should see a message similar to the following next
|
||||||
|
Reference in New Issue
Block a user