Upload README.md
Browse files
README.md
CHANGED
@@ -134,7 +134,7 @@ pip install llama-cpp-python
|
|
134 |
# With NVidia CUDA acceleration
|
135 |
CMAKE_ARGS="-DGGML_CUDA=on" pip install llama-cpp-python
|
136 |
# Or with OpenBLAS acceleration
|
137 |
-
CMAKE_ARGS="-DGGML_BLAS=ON -
|
138 |
# Or with AMD ROCm GPU acceleration (Linux only)
|
139 |
CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install llama-cpp-python
|
140 |
# Or with Metal GPU acceleration for macOS systems only
|
|
|
134 |
# With NVidia CUDA acceleration
|
135 |
CMAKE_ARGS="-DGGML_CUDA=on" pip install llama-cpp-python
|
136 |
# Or with OpenBLAS acceleration
|
137 |
+
CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
|
138 |
# Or with AMD ROCm GPU acceleration (Linux only)
|
139 |
CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install llama-cpp-python
|
140 |
# Or with Metal GPU acceleration for macOS systems only
|