Skip to content

Commit

Permalink
pin torchvision version to 0.15.2 in dev-requirements (#698)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #698

# Context
We are seeing failed unit test, caused by torchvision error
{F1452783880}
Torchvision recently updated to 0.17, which is when I suspect this issue occurred.
# This Diff
For now, pinning the version to the last 0.15.x one, as the failing unit test occurs in 0.16 or up

Reviewed By: gunchu

Differential Revision: D53456248

fbshipit-source-id: bcfaaf3404fa3c07abbe34a93d4c8760aa4a32d3
  • Loading branch information
JKSenthil authored and facebook-github-bot committed Feb 6, 2024
1 parent 5b34c1c commit 65bc3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torcheval
torchtnt
torchvision
torchvision==0.15.2

0 comments on commit 65bc3fd

Please sign in to comment.