Skip to content

Commit 1fd003c

Browse files
Update remaining mentions of BE models to ggml-org/models repo
1 parent f3ada9e commit 1fd003c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/eval-callback/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
1111
else()
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)
1414
endif()
1515
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ llama_build_and_test(test-regex-partial.cpp)
188188
if (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)
190190
else()
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)
192192
endif()
193193

194194
# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)

0 commit comments

Comments
 (0)