Skip to content

Commit eb3fa29

Browse files
authored
test-backend-ops : disable llama test (#14461)
1 parent c839a2d commit eb3fa29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4860,9 +4860,9 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
48604860

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

4863-
test_cases.emplace_back(new test_llama(2, true));
4864-
// these tests are disabled to save execution time, but they can be handy for debugging
48654863
#if 0
4864+
// these tests are disabled to save execution time, sbut they can be handy for debugging
4865+
test_cases.emplace_back(new test_llama(2, true));
48664866
test_cases.emplace_back(new test_llama(1));
48674867
test_cases.emplace_back(new test_llama(2));
48684868
test_cases.emplace_back(new test_falcon(1));

0 commit comments

Comments
 (0)