Skip to content

Commit 0b681bd

Browse files
slarenJohannesGaessler
authored andcommitted
test-backend-ops : disable llama test (ggml-org#14461)
1 parent f94d883 commit 0b681bd

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
@@ -4870,9 +4870,9 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
48704870

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

4873-
test_cases.emplace_back(new test_llama(2, true));
4874-
// these tests are disabled to save execution time, but they can be handy for debugging
48754873
#if 0
4874+
// these tests are disabled to save execution time, sbut they can be handy for debugging
4875+
test_cases.emplace_back(new test_llama(2, true));
48764876
test_cases.emplace_back(new test_llama(1));
48774877
test_cases.emplace_back(new test_llama(2));
48784878
test_cases.emplace_back(new test_falcon(1));

0 commit comments

Comments
 (0)