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
Correctly handle the installation when RemoteSha is a package version. (#1058)
Internal
Started building LibLantern on macOS 11 instead of macOS12 for maximum compatibility. (#1026)
Added CXXSTD to Makevars to enable C+11 compilation options.
Refactored codepath for TensorOptions and now all tensors initialization are handled by the same codepath. (#1033)
Added internal argument .refer_to_state_dict to the load_state_dict()nn_module() method. Allows loading the state dict into the model keeping parmaters as references to that state dict. (#1036)