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
#202 pinned numpy to < 2 because there was a conflict with PyTorch. This serves a reminder to remove this pin: most likely we can set numpy > 2.x.y (tbd) and also do the same for torch > 2.a.b. (also tbd) once the conflict is worked out. In fact this might already be possible.
The text was updated successfully, but these errors were encountered:
ClosesCUNY-CL#60.
ClosesCUNY-CL#218.
LightningCLI removes our need to create separate training and prediction
CLI programs, moving nearly all of that logic into the base model.
This commit in particular sets the stage:
* Updates dependencies.
* Increments minor version number.
* Creates an empty `cli.py` where the CLI-speific logic will live.
#202 pinned numpy to < 2 because there was a conflict with PyTorch. This serves a reminder to remove this pin: most likely we can set numpy > 2.x.y (tbd) and also do the same for torch > 2.a.b. (also tbd) once the conflict is worked out. In fact this might already be possible.
The text was updated successfully, but these errors were encountered: