DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.33k stars 124 forks source link

Boring default setting: will uninstall the installed torch which makes trouble. #210

Open cauchy7203 opened 4 months ago

cauchy7203 commented 4 months ago

When run the pip install torchdyn, it automatically installs the torch and uninstalls the old version installed in the environment.

This makes touble if we have already installed a good version (especially the cuda version) of PyTorch, and should install the cuda torch again.

It is suggested to make a note telling people to watch out the torch version to avoid such issues.