File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ deps:
10
10
python3 -m pip install -e " .[all]"
11
11
12
12
build :
13
- python3 -m pip install -e .
13
+ python3 -m pip install --verbose - e .
14
14
15
15
build.cuda :
16
- CMAKE_ARGS=" -DLLAMA_CUBLAS=on" python3 -m pip install -e .
16
+ CMAKE_ARGS=" -DLLAMA_CUBLAS=on" python3 -m pip install --verbose - e .
17
17
18
18
build.opencl :
19
- CMAKE_ARGS=" -DLLAMA_CLBLAST=on" python3 -m pip install -e .
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 -e .
22
+ CMAKE_ARGS=" -DLLAMA_CLBLAST=on" 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 -e .
25
+ CMAKE_ARGS=" -DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" python3 -m pip install --verbose - e .
26
26
27
27
build.metal :
28
- CMAKE_ARGS=" -DLLAMA_METAL=on" python3 -m pip install -e .
28
+ CMAKE_ARGS=" -DLLAMA_METAL=on" python3 -m pip install --verbose - e .
29
29
30
30
build.sdist :
31
31
python3 -m build --sdist
You can’t perform that action at this time.
0 commit comments