Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Jan 23, 2025
1 parent 2ec3476 commit af1703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/torch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def max_supported_compute_capability(cuda_version):
return 80
elif cuda_version < parse_version("11.8"):
return 86
elif cuda_version < parse_version("12.6"):
elif cuda_version < parse_version("12.8"):
return 90
else:
return 120
Expand Down

0 comments on commit af1703e

Please sign in to comment.