Skip to content

Commit

Permalink
fix torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Feb 26, 2024
1 parent 0b1c2de commit f103011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

def _get_torchvision_version(pytorch_version: str):
if pytorch_version == '2.2.1':
return '0.17.0'
return '0.17.1'
if pytorch_version == '2.1.2':
return '0.16.2'
if pytorch_version == '2.0.1':
Expand Down

0 comments on commit f103011

Please sign in to comment.