CISCai commited on
Commit
bf4d470
·
verified ·
1 Parent(s): 055e84c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 -DLLAMA_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
 
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