Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
See if this fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Jun 22, 2022
1 parent 7c55240 commit 5fc684d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/task/vision/test_image_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@


@pytest.mark.skipif(sys.platform == "win32", reason="Currently Windows is not supported")
@pytest.mark.skipif(sys.platform == "darwin", reason="Currently darwin is not working")
def test_smoke_train(hf_cache_path):
feature_extractor = AutoFeatureExtractor.from_pretrained(pretrained_model_name_or_path="nateraw/tiny-vit-random")
dm = ImageClassificationDataModule(
Expand Down

0 comments on commit 5fc684d

Please sign in to comment.