Skip to content

Commit 52b2de9

Browse files
slarenggerganov
authored andcommitted
test-backend-ops : disable llama test (llama/14461)
1 parent 5b5491d commit 52b2de9

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

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

4865-
test_cases.emplace_back(new test_llama(2, true));
4866-
// these tests are disabled to save execution time, but they can be handy for debugging
48674865
#if 0
4866+
// these tests are disabled to save execution time, sbut they can be handy for debugging
4867+
test_cases.emplace_back(new test_llama(2, true));
48684868
test_cases.emplace_back(new test_llama(1));
48694869
test_cases.emplace_back(new test_llama(2));
48704870
test_cases.emplace_back(new test_falcon(1));

0 commit comments

Comments
 (0)