tests : remove test-grad0

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-11-16 21:34:03 +02:00
parent a268e961c8
commit b235157935
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -116,9 +116,8 @@ llama_target_and_test(test-sampling.cpp)
llama_target_and_test(test-chat-template.cpp)
llama_target_and_test(test-grammar-parser.cpp)
llama_target_and_test(test-llama-grammar.cpp)
llama_target_and_test(test-grammar-integration.cpp)
llama_target_and_test(test-grad0.cpp)
llama_target_and_test(test-llama-grammar.cpp)
llama_target_and_test(test-barrier.cpp)
# llama_target_and_test(test-opt.cpp) # SLOW
llama_target_and_test(test-backend-ops.cpp)