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
When loading a dataset from disk, concatenating it, and starting the training process, the RAM usage progressively increases until the kernel terminates the process due to excessive memory consumption.
Describe the bug
When loading a dataset from disk, concatenating it, and starting the training process, the RAM usage progressively increases until the kernel terminates the process due to excessive memory consumption.
#2276
Steps to reproduce the bug
Expected behavior
I would not expect RAM utilization to increase after concatenation. Removing the concatenation step resolves the issue
Environment info
sentence-transformers==3.1.1
datasets==3.2.0
python3.10
The text was updated successfully, but these errors were encountered: