mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
relax atol for test_xlm_roberta_large (#15066)
This commit is contained in:
parent
cfb8e6922d
commit
76170d035a
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class TestHuggingFaceOnnxModels(unittest.TestCase):
|
|||
"input_ids": np.random.randint(0, 250002, (1, 11), dtype=np.int64),
|
||||
"attention_mask": np.ones((1, 11), dtype=np.int64),
|
||||
}
|
||||
self._validate(repo_id, model_file, custom_inputs)
|
||||
self._validate(repo_id, model_file, custom_inputs, atol=1e-3)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue