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
RuntimeError:
Some tensors share memory, this will lead to duplicate memory on disk and potential differences when loading them again: [{'output.weight', 'tok_embeddings.weight'}].
A potential way to correctly save your model is to use save_model.
More information at https://huggingface.co/docs/safetensors/torch_shared_tensors
0%| | 500/1300653 [02:59<129:57:19, 2.78it/s]
The text was updated successfully, but these errors were encountered:
RuntimeError:
Some tensors share memory, this will lead to duplicate memory on disk and potential differences when loading them again: [{'output.weight', 'tok_embeddings.weight'}].
A potential way to correctly save your model is to use
save_model
.More information at https://huggingface.co/docs/safetensors/torch_shared_tensors
0%| | 500/1300653 [02:59<129:57:19, 2.78it/s]
The text was updated successfully, but these errors were encountered: