test-backend-ops : test llama with different batch sizes
This commit is contained in:
parent
df687b10ab
commit
ebb5f7e968
1 changed files with 2 additions and 1 deletions
|
@ -1870,7 +1870,8 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
|
|||
//test_cases.emplace_back(new test_moe(8, 2, 8, 4096, 14336));
|
||||
#endif
|
||||
|
||||
test_cases.emplace_back(new test_llama());
|
||||
test_cases.emplace_back(new test_llama(1));
|
||||
test_cases.emplace_back(new test_llama(2));
|
||||
|
||||
// run tests
|
||||
if (mode == MODE_TEST) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue