Skip to content

Commit

Permalink
combine workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 27, 2024
1 parent 76745a5 commit d822b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/vit/test_training_vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
# So far, the image we use has a `/transformers` directory.
# TODO: Find a way to get the installed `transformers` directory.
SRC_DIRS = [
os.path.join("/transformers/examples/pytorch", dirname)
# os.path.join("/transformers/examples/pytorch", dirname)
os.path.join("/usr/local/lib/python3.10/dist-packages/transformers", dirname)
for dirname in [
"image-classification",
]
Expand Down

0 comments on commit d822b2d

Please sign in to comment.