You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "lib/python3.10/site-packages/ml_mdm/samplers.py", line 189, in read_gamma
return self.gammas[time]
RuntimeError: CUDA error: device-side assert triggered
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
The text was updated successfully, but these errors were encountered:
在 torchrun --standalone --nproc_per_node=1 ml_mdm/clis/generate_sample.py --port 运行后使用推荐的参数运行报错:
File "lib/python3.10/site-packages/ml_mdm/samplers.py", line 189, in read_gamma
return self.gammas[time]
RuntimeError: CUDA error: device-side assert triggered
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.The text was updated successfully, but these errors were encountered: