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
However, exporting Model plus Checkpoint might make usage of external data necessary, as the result is larger than 2gb, while both model and checkpoint on their own might be smaller than 2gb.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
When storing large models, the export routine should decide to use external data.
Currently, external data is only used when the checkpoint is already using external data.
onnxruntime/orttraining/orttraining/training_api/module.cc
Line 688 in d27fecd
However, exporting Model plus Checkpoint might make usage of external data necessary, as the result is larger than 2gb, while both model and checkpoint on their own might be smaller than 2gb.
The text was updated successfully, but these errors were encountered: