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
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
While running classifiers like the quality classifier: https://github.com/NVIDIA/NeMo-Curator/blob/main/nemo_curator/classifiers/quality.py for long running jobs we seem to keep creeping up in Pytorch Memory Allocations.
@yury-tokpanov was kind enough to run a job for a long time using #78 .
At the end of first partition we have around
1639 Mibbeing allocatedAfter a few hours we have the Pytorch memory which crept up to 36746 MiB.
This is a problem for data annotation at foundation model scale as that can cause OOM in those jobs