Skip to content

Commit 69af9aa

Browse files
slarenMinh141120
authored andcommitted
test-backend-ops : disable llama test (ggml-org#14461)
1 parent 2f1765d commit 69af9aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4896,8 +4896,6 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
48964896

48974897
test_cases.emplace_back(new test_opt_step_adamw(GGML_TYPE_F32, {10, 5, 4, 3}));
48984898

4899-
test_cases.emplace_back(new test_llama(2, true));
4900-
// these tests are disabled to save execution time, but they can be handy for debugging
49014899
#if 0
49024900
// these tests are disabled to save execution time, sbut they can be handy for debugging
49034901
test_cases.emplace_back(new test_llama(2, true));

0 commit comments

Comments
 (0)