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 d822b2d commit 52119bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/vit/test_training_vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# TODO: Find a way to get the installed `transformers` directory.
SRC_DIRS = [
# os.path.join("/transformers/examples/pytorch", dirname)
os.path.join("/usr/local/lib/python3.10/dist-packages/transformers", dirname)
os.path.join("/usr/local/lib/python3.10/dist-packages/transformers/examples/pytorch", dirname)
for dirname in [
"image-classification",
]
Expand Down

0 comments on commit 52119bb

Please sign in to comment.