Skip to content

Commit e423b8d

Browse files
committed
Downgrade nvrtc in pyproject.toml
1 parent 26b398b commit e423b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyluxcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def ensure_nvrtc():
6464

6565
# Find path to nvidia-cuda-nvrtc libs
6666
try:
67-
nvrtc_mod = importlib.import_module("nvidia.cu13")
67+
nvrtc_mod = importlib.import_module("nvidia.cuda_nvrtc")
6868
except ModuleNotFoundError:
6969
print("nvrtc: Python module not found")
7070
return

0 commit comments

Comments
 (0)