File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,28 +22,28 @@ build.debug:
22
22
--editable .
23
23
24
24
build.cuda :
25
- CMAKE_ARGS=" -DLLAMA_CUDA =on" python3 -m pip install --verbose -e .
25
+ CMAKE_ARGS=" -DGGML_CUDA =on" python3 -m pip install --verbose -e .
26
26
27
27
build.openblas :
28
- CMAKE_ARGS=" -DLLAMA_BLAS =ON -DLLAMA_BLAS_VENDOR =OpenBLAS" python3 -m pip install --verbose -e .
28
+ CMAKE_ARGS=" -DGGML_BLAS =ON -DGGML_BLAS_VENDOR =OpenBLAS" python3 -m pip install --verbose -e .
29
29
30
30
build.blis :
31
- CMAKE_ARGS=" -DLLAMA_BLAS =on -DLLAMA_BLAS_VENDOR =FLAME" python3 -m pip install --verbose -e .
31
+ CMAKE_ARGS=" -DGGML_BLAS =on -DGGML_BLAS_VENDOR =FLAME" python3 -m pip install --verbose -e .
32
32
33
33
build.metal :
34
- CMAKE_ARGS=" -DLLAMA_METAL =on" python3 -m pip install --verbose -e .
34
+ CMAKE_ARGS=" -DGGML_METAL =on" python3 -m pip install --verbose -e .
35
35
36
36
build.vulkan :
37
- CMAKE_ARGS=" -DLLAMA_VULKAN =on" python3 -m pip install --verbose -e .
37
+ CMAKE_ARGS=" -DGGML_VULKAN =on" python3 -m pip install --verbose -e .
38
38
39
39
build.kompute :
40
- CMAKE_ARGS=" -DLLAMA_KOMPUTE =on" python3 -m pip install --verbose -e .
40
+ CMAKE_ARGS=" -DGGML_KOMPUTE =on" python3 -m pip install --verbose -e .
41
41
42
42
build.sycl :
43
- CMAKE_ARGS=" -DLLAMA_SYCL =on" python3 -m pip install --verbose -e .
43
+ CMAKE_ARGS=" -DGGML_SYCL =on" python3 -m pip install --verbose -e .
44
44
45
45
build.rpc :
46
- CMAKE_ARGS=" -DLLAMA_RPC =on" python3 -m pip install --verbose -e .
46
+ CMAKE_ARGS=" -DGGML_RPC =on" python3 -m pip install --verbose -e .
47
47
48
48
build.sdist :
49
49
python3 -m build --sdist
85
85
deploy.pypi \
86
86
deploy.gh-docs \
87
87
docker \
88
- clean
88
+ clean
You can’t perform that action at this time.
0 commit comments