tests: add tests for GGUF (#10830)
This commit is contained in:
parent
5437d4aaf5
commit
081b29bd2a
4 changed files with 1344 additions and 41 deletions
|
@ -129,6 +129,7 @@ llama_target_and_test(test-arg-parser.cpp)
|
|||
llama_target_and_test(test-chat-template.cpp)
|
||||
|
||||
# llama_target_and_test(test-opt.cpp) # SLOW
|
||||
llama_target_and_test(test-gguf.cpp)
|
||||
llama_target_and_test(test-backend-ops.cpp)
|
||||
|
||||
llama_target_and_test(test-model-load-cancel.cpp LABEL "model")
|
||||
|
|
1303
tests/test-gguf.cpp
Normal file
1303
tests/test-gguf.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue