File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,12 +110,22 @@ CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" \
110110` ` `
111111
112112` ` ` powershell
113- # Windows
113+ # Windows powershell
114114$env :CMAKE_ARGS = " -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
115115pip install " llama-cpp-python @ git+https://github.com/JamePeng/llama-cpp-python.git"
116116` ` `
117+
118+ ` ` ` command prompt
119+ # Windows command prompt
120+ set CMAKE_ARGS = " -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
121+ pip install " llama-cpp-python @ git+https://github.com/JamePeng/llama-cpp-python.git"
122+ ` ` `
117123< /details>
118124
125+ ** Sanity Checking**
126+ Use this line to check if installation was successful before moving further.
127+ ` ` ` python.exe -c " from llama_cpp import Llama; print('llama-cpp import OK')" ` ` `
128+
119129< details>
120130< summary> CLI / requirements.txt< /summary>
121131
You can’t perform that action at this time.
0 commit comments