Skip to content

Commit e6eabb1

Browse files
changes for [DOCS] Llama-CPP Linux NVIDIA GPU support and Windows-WSL #2148
1 parent f0dfdc2 commit e6eabb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/installation/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ If you have all required dependencies properly configured running the
307307
following powershell command should succeed.
308308

309309
```powershell
310-
$env:CMAKE_ARGS='-DLLAMA_CUBLAS=on'; poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python numpy==1.26.0
310+
$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
311311
```
312312

313313
If your installation was correct, you should see a message similar to the following next

0 commit comments

Comments
 (0)