File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if(NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "s390x")
1010 COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
1111else ()
1212 add_test (NAME ${TEST_TARGET}
13- COMMAND llama-eval-callback --hf-repo taronaeo/tinyllamas-BE --hf-file stories260K-be.gguf --model stories260K-be.gguf --prompt hello --seed 42 -ngl 0)
13+ COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/ stories260K-be.gguf --model stories260K-be.gguf --prompt hello --seed 42 -ngl 0)
1414endif ()
1515set_property (TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ llama_build_and_test(test-regex-partial.cpp)
188188if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "s390x" )
189189 llama_build_and_test(test -thread-safety.cpp ARGS -hf ggml-org/models -hff tinyllamas/stories15M-q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
190190else ()
191- llama_build_and_test(test -thread-safety.cpp ARGS -hf taronaeo/tinyllamas-BE -hff stories15M-be.Q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
191+ llama_build_and_test(test -thread-safety.cpp ARGS -hf ggml-org/models -hff tinyllamas/ stories15M-be.Q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
192192endif ()
193193
194194# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)
You can’t perform that action at this time.
0 commit comments