Skip to content

Commit 99b8b43

Browse files
authored
tests : disable moe test (#5473)
1 parent 895407f commit 99b8b43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,14 +2129,13 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
21292129
test_cases.emplace_back(new test_pad());
21302130
test_cases.emplace_back(new test_leaky_relu());
21312131

2132+
// these tests are disabled to save execution time, but they can be handy for debugging
2133+
#if 0
21322134
#if !defined(__SANITIZE_THREAD__)
21332135
// FIXME: these tests use too much memory with thread sanitizer
21342136
test_cases.emplace_back(new test_moe(8, 2, 1, 4096, 8*1024));
21352137
//test_cases.emplace_back(new test_moe(8, 2, 8, 4096, 14336));
21362138
#endif
2137-
2138-
// these tests are disabled to save execution time, but they can be handy for debugging
2139-
#if 0
21402139
test_cases.emplace_back(new test_llama(1));
21412140
test_cases.emplace_back(new test_llama(2));
21422141
test_cases.emplace_back(new test_falcon(1));

0 commit comments

Comments
 (0)