RFdiffusion icon indicating copy to clipboard operation
RFdiffusion copied to clipboard

/usr/local/lib/python3.9/dist-packages/e3nn/o3/_spherical_harmonics.py:82: UserWarning

Open KoningCheems opened this issue 1 year ago • 1 comments

I am getting this strange error, and despite that RFdifusion actually seem to run fine. I still get output structures that looks correct. Is that something I should be concerned over?

/usr/local/lib/python3.9/dist-packages/e3nn/o3/_spherical_harmonics.py:82: UserWarning: FALLBACK path has been taken inside: compileCudaFusionGroup. This is an indication that codegen Failed for some reason.
To debug try disable codegen fallback path via setting the env variable `export PYTORCH_NVFUSER_DISABLE=fallback`
To report the issue, try enable logging via setting the envvariable ` export PYTORCH_JIT_LOG_LEVEL=manager.cpp`
 (Triggered internally at  ../torch/csrc/jit/codegen/cuda/manager.cpp:237.)
  sh = _spherical_harmonics(self._lmax, x[..., 0], x[..., 1], x[..., 2])
mv: cannot move './outputs/2024-02-06' to './2024-02-06': Directory not empty

KoningCheems avatar Feb 07 '24 02:02 KoningCheems

I am getting the same user warning when running with the docker. Are you able to resolve the warning later? @KoningCheems

xwang112358 avatar Sep 06 '24 03:09 xwang112358