tests: add tests for GGUF (#10830)

This commit is contained in:
Johannes Gäßler
2024-12-17 19:09:35 +01:00
committed by GitHub
parent 5437d4aaf5
commit 081b29bd2a
4 changed files with 1344 additions and 41 deletions

View File

@ -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")