Add metal build flags
This commit is contained in:
parent
69355403c6
commit
c9e79c6681
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -20,6 +20,9 @@ build.openblas:
|
||||||
build.blis:
|
build.blis:
|
||||||
CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" FORCE_CMAKE=1 python3 setup.py develop
|
CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" FORCE_CMAKE=1 python3 setup.py develop
|
||||||
|
|
||||||
|
build.metal:
|
||||||
|
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 python3 setup.py develop
|
||||||
|
|
||||||
build.sdist:
|
build.sdist:
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue