Skip to content

Commit

Permalink
udpate model test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 19, 2024
1 parent 45dab01 commit 7597c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Test examples
run: |
python examples/openvino/test_examples.py
python -m pytest examples/openvino/test_examples.py
2 changes: 1 addition & 1 deletion examples/openvino/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_image_classification(self):
with tempfile.TemporaryDirectory() as tmp_dir:
test_args = f"""
run_image_classification.py
--model_name_or_path nateraw/vit-base-beans
--model_name_or_path hf-internal-testing/tiny-random-ViTModel
--dataset_name beans
--max_train_samples 10
--max_eval_samples 2
Expand Down

0 comments on commit 7597c29

Please sign in to comment.