Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Jun 13, 2023
1 parent 8feede2 commit ac3d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/pytorch/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


_TORCH_MIN_VERSION = "1.0.0"
_TORCH_MAX_VERSION = "2.0.0" # set bug to 100 to support all future 1.9.X versions
_TORCH_MAX_VERSION = "2.0.0"


def check_torch_install(
Expand Down

0 comments on commit ac3d178

Please sign in to comment.