metal : try to fix moe test by reducing expert size
ggml-ci
This commit is contained in:
parent
a13ba03849
commit
1609a94ae5
1 changed files with 1 additions and 1 deletions
|
@ -1574,7 +1574,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
|
||||||
|
|
||||||
#if !defined(__SANITIZE_THREAD__)
|
#if !defined(__SANITIZE_THREAD__)
|
||||||
// FIXME: these tests use too much memory with thread sanitizer
|
// FIXME: these tests use too much memory with thread sanitizer
|
||||||
test_cases.emplace_back(new test_moe(8, 2, 1, 4096, 14336));
|
test_cases.emplace_back(new test_moe(8, 2, 1, 4096, 8*1024));
|
||||||
//test_cases.emplace_back(new test_moe(8, 2, 8, 4096, 14336));
|
//test_cases.emplace_back(new test_moe(8, 2, 8, 4096, 14336));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue