File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
# cmake should figure out OS and ARCH automatically when running build.sh (but we need mvn compile for it)
23
23
run : |
24
24
mvn compile
25
- .github/build.sh
25
+ .github/build.sh -DLLAMA_VERBOSE=ON
26
26
- name : Download model
27
27
run : curl -L ${MODEL_URL} --create-dirs -o models/${MODEL_NAME}
28
28
- name : Run tests
@@ -42,11 +42,11 @@ jobs:
42
42
target :
43
43
- {
44
44
runner : macos-13,
45
- cmake : ' -DLLAMA_METAL=OFF'
45
+ cmake : ' -DLLAMA_METAL=OFF -DLLAMA_VERBOSE=ON '
46
46
}
47
47
- {
48
48
runner : macos-14,
49
- cmake : ' -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_METAL=OFF'
49
+ cmake : ' -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_METAL=OFF -DLLAMA_VERBOSE=ON '
50
50
}
51
51
steps :
52
52
- uses : actions/checkout@v4
75
75
- name : Build libraries
76
76
run : |
77
77
mvn compile
78
- .github\build.bat
78
+ .github\build.bat -DLLAMA_VERBOSE=ON
79
79
- name : Download model
80
80
run : curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
81
81
- name : Run tests
You can’t perform that action at this time.
0 commit comments