Skip to content

Commit

Permalink
Update image_classification torchvision to 0.14 (#913)
Browse files Browse the repository at this point in the history
* Update image_classification torchvision to 0.13

* update to 0.14

---------

Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
  • Loading branch information
mgoin and bfineran committed Feb 20, 2023
1 parent 97aa52a commit 2bb1bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/image_classification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

def _auto_install_dependencies():
dependencies = [
_Dependency(name="torchvision", version=">=0.3.0,<=0.12.0", necessary=True),
_Dependency(name="torchvision", version=">=0.3.0,<=0.14.0", necessary=True),
]

for dependency in dependencies:
Expand Down

0 comments on commit 2bb1bdd

Please sign in to comment.