test-backend-ops : increase max_nmse_err so Llama passes
This commit is contained in:
parent
ebb5f7e968
commit
ec68a9657f
1 changed files with 4 additions and 0 deletions
|
@ -1504,6 +1504,10 @@ struct test_llama : public test_case {
|
|||
return VARS_TO_STR1(n_tokens);
|
||||
}
|
||||
|
||||
double max_nmse_err() override {
|
||||
return 2e-3;
|
||||
}
|
||||
|
||||
test_llama(int n_tokens = 1)
|
||||
: n_tokens(n_tokens) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue