Skip to content

Commit cb3f5ce

Browse files
q10facebook-github-bot
authored andcommitted
Relax CUDA version requirements (#4700)
Summary: Pull Request resolved: #4700 - Relax CUDA version requirements Reviewed By: cthi Differential Revision: D80226245 fbshipit-source-id: 2771cd7208061d64f2da85af35ee57b8485a5c8d
1 parent 35a4ab9 commit cb3f5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbgemm_gpu/experimental/hstu/hstu/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if (
2828
torch.cuda.is_available()
2929
and torch.version.cuda is not None
30-
and torch.version.cuda > "12.4"
30+
and torch.version.cuda >= "12.4"
3131
):
3232
if open_source:
3333
torch.ops.load_library(

0 commit comments

Comments
 (0)