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
Hi openmm-ml developers,
I was trying to install the beta release of OpenMM 8.0 and I created a conda environment with compatible versions of all the packages as described here (conda env create mmh/openmm-8-beta-linux). When trying to run the openmm-ml tests (TestMLPotential.py) I got several error messages, eg.
E RuntimeError: Tried to instantiate class 'cuaev.CuaevComputer', but it does not exist! Ensure that it is registered via torch::class_
I also attach the full error log here: error_log.txt
Is there something I can do to fix this?
The text was updated successfully, but these errors were encountered:
Hi openmm-ml developers,
I was trying to install the beta release of OpenMM 8.0 and I created a conda environment with compatible versions of all the packages as described here (
conda env create mmh/openmm-8-beta-linux
). When trying to run the openmm-ml tests (TestMLPotential.py
) I got several error messages, eg.E RuntimeError: Tried to instantiate class 'cuaev.CuaevComputer', but it does not exist! Ensure that it is registered via torch::class_
I also attach the full error log here: error_log.txt
Is there something I can do to fix this?
The text was updated successfully, but these errors were encountered: