We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dab01 commit 7597c29Copy full SHA for 7597c29
.github/workflows/test_openvino_examples.yml
@@ -44,4 +44,4 @@ jobs:
44
45
- name: Test examples
46
run: |
47
- python examples/openvino/test_examples.py
+ python -m pytest examples/openvino/test_examples.py
examples/openvino/test_examples.py
@@ -73,7 +73,7 @@ def test_image_classification(self):
73
with tempfile.TemporaryDirectory() as tmp_dir:
74
test_args = f"""
75
run_image_classification.py
76
- --model_name_or_path nateraw/vit-base-beans
+ --model_name_or_path hf-internal-testing/tiny-random-ViTModel
77
--dataset_name beans
78
--max_train_samples 10
79
--max_eval_samples 2
0 commit comments