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
PR #70 added a model which depends on pytorch, but the corresponding dependency hasn't been added.
We have to add torch to the dependencies, test for it, and update the corresponding installation instructions.
The text was updated successfully, but these errors were encountered:
For now we've decided to take the following approach:
Don't include torch in the core pip dependencies. Instead, document it in the relevant TEM model and point users to Pytorch installation instructions. Perhaps we could even add some helpful warnings, if someone is trying to use the TEM model without torch installed.
PR #70 added a model which depends on
pytorch
, but the corresponding dependency hasn't been added.We have to add
torch
to the dependencies, test for it, and update the corresponding installation instructions.The text was updated successfully, but these errors were encountered: