Skip to content

Commit

Permalink
hoepfully last try
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Jan 11, 2023
1 parent 556c368 commit d5009b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_lightning/utilities/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
_PYTHON_GREATER_EQUAL_3_8_0 = (sys.version_info.major, sys.version_info.minor) >= (3, 8)
_PYTHON_GREATER_EQUAL_3_10_0 = (sys.version_info.major, sys.version_info.minor) >= (3, 10)
_TORCH_LESSER_EQUAL_1_10_2 = compare_version("torch", operator.le, "1.10.2")
# duplicated from lite because HPU is patching it below
# duplicated from fabric because HPU is patching it below
_TORCH_GREATER_EQUAL_1_13 = compare_version("torch", operator.ge, "1.13.0")

_HABANA_FRAMEWORK_AVAILABLE = package_available("habana_frameworks")
Expand Down

0 comments on commit d5009b5

Please sign in to comment.