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
@artbataev, Extremely apologize. Segmentation fault reproduced with Python 3.11.0rc1 and PyTorch 2.1.0/2.2.0. After upgrade to Python 3.11.7 everything works fine.
Describe the bug
Segmentation fault when import asr:
faulthandler
reports a problem with@torch.jit.script
compilation:NeMo/nemo/collections/asr/parts/utils/online_clustering.py
Lines 119 to 120 in df5a395
When use Python 3.10 or Python 3.11 with
PYTORCH_JIT=0
import passes.Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: