Skip to content

Commit

Permalink
revert vison2seq atol
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jan 29, 2025
1 parent 7c8c56f commit 3a4bac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4956,6 +4956,9 @@ class ORTModelForVision2SeqIntegrationTest(ORTModelTestMixin):

GENERATION_LENGTH = 100

ATOL = 1e-3
RTOL = 1e-3

def _get_sample_image(self):
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)
Expand Down

0 comments on commit 3a4bac9

Please sign in to comment.