We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b398b commit e423b8dCopy full SHA for e423b8d
python/pyluxcore/__init__.py
@@ -64,7 +64,7 @@ def ensure_nvrtc():
64
65
# Find path to nvidia-cuda-nvrtc libs
66
try:
67
- nvrtc_mod = importlib.import_module("nvidia.cu13")
+ nvrtc_mod = importlib.import_module("nvidia.cuda_nvrtc")
68
except ModuleNotFoundError:
69
print("nvrtc: Python module not found")
70
return
0 commit comments