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
*[Visual Studio 2022 - Community](https://visualstudio.microsoft.com/downloads/)
17
27
@@ -60,10 +70,10 @@ conda init
60
70
61
71
### 6. Execute the build script
62
72
63
-
To build llama.cpp binaries for a Windows environment with CUDA support execute the script:
73
+
To build llama.cpp binaries for a Windows environment with CUDA BLAS acceleration execute the script:
64
74
65
75
```PowerShell
66
-
./rebuild_llama.cpp.ps1
76
+
./rebuild_llama.cpp.ps1 -blasAccelerator "cuBLAS"
67
77
```
68
78
69
79
### 7. Download a large language model
@@ -95,12 +105,10 @@ You can now chat with the model:
95
105
96
106
### Rebuild llama.cpp
97
107
98
-
Every time there is a new release of [llama.cpp](https://github.com/ggerganov/llama.cpp) you can simply execute the script to automatically:
108
+
Every time there is a new release of [llama.cpp](https://github.com/ggerganov/llama.cpp) you can simply execute the script to automatically rebuild everything:
0 commit comments