Hi ,
I’m trying to run CoMo on Python 3.10 + CUDA 12.4 (PyTorch 2.5.1) and hit linker errors in the precompiled como_backends extension:
ImportError: …como_backends.cpython-310-x86_64-linux-gnu.so: undefined symbol: _Z21get_new_chol_obs_infoN2at6TensorES0_S0_S0_S0_fi
It looks like the binary was built with a different PyTorch/CUDA combo. Would you be able to either:
- Publish the como_backends.cpp (and any .cu) so we can recompile in our environment,
- Or provide a prebuilt wheel/so matching Python 3.10 + CUDA 12.4?
Thanks a lot for your help,
Roua