| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,10 +19,10 @@ build.opencl: | |||
| 19 | 19 | CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install --verbose -e . | |
| 20 | 20 | ||
| 21 | 21 | build.openblas: | |
| 22 | - CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install --verbose -e . | ||
| 22 | + CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" python3 -m pip install --verbose -e . | ||
| 23 | 23 | ||
| 24 | 24 | build.blis: | |
| 25 | - CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" python3 -m pip install --verbose -e . | ||
| 25 | + CMAKE_ARGS="-DLLAMA_BLAS=on -DLLAMA_BLAS_VENDOR=FLAME" python3 -m pip install --verbose -e . | ||
| 26 | 26 | ||
| 27 | 27 | build.metal: | |
| 28 | 28 | CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install --verbose -e . | |
| Back | FazBrowse Home | New Git URL |
0 commit comments