metal : try to fix moe test by reducing expert size

ggml-ci
This commit is contained in:
Georgi Gerganov 2023-12-13 19:19:39 +02:00
parent a13ba03849
commit 1609a94ae5
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -1574,7 +1574,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
#if !defined(__SANITIZE_THREAD__)
// 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));
#endif