runtime error

Exit code: 1. Reason: cfm_model.pt: 0%| | 0.00/2.22G [00:00<?, ?B/s] cfm_model.pt: 3%|β–Ž | 67.1M/2.22G [00:03<01:44, 20.5MB/s] cfm_model.pt: 18%|β–ˆβ–Š | 402M/2.22G [00:04<00:15, 116MB/s]  cfm_model.pt: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.68G/2.22G [00:05<00:01, 465MB/s] cfm_model.pt: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.22G/2.22G [00:06<00:00, 334MB/s] audio drop prob -> 0.3; style_drop_prob -> 0.1; lrc_drop_prob: 0.1 /usr/local/lib/python3.13/site-packages/jieba/_compat.py:18: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources Traceback (most recent call last): File "/app/app.py", line 33, in <module> cfm, tokenizer, muq, vae = prepare_model(device) ~~~~~~~~~~~~~^^^^^^^^ File "/app/diffrhythm/infer/infer_utils.py", line 31, in prepare_model tokenizer = CNENTokenizer() File "/app/diffrhythm/infer/infer_utils.py", line 147, in __init__ from diffrhythm.g2p.g2p_generation import chn_eng_g2p File "/app/diffrhythm/g2p/g2p_generation.py", line 9, in <module> from diffrhythm.g2p.g2p import PhonemeBpeTokenizer File "/app/diffrhythm/g2p/g2p/__init__.py", line 6, in <module> from diffrhythm.g2p.g2p import cleaners File "/app/diffrhythm/g2p/g2p/cleaners.py", line 8, in <module> from diffrhythm.g2p.g2p.mandarin import chinese_to_ipa File "/app/diffrhythm/g2p/g2p/mandarin.py", line 11, in <module> from diffrhythm.g2p.g2p.chinese_model_g2p import BertPolyPredict File "/app/diffrhythm/g2p/g2p/chinese_model_g2p.py", line 16, in <module> from onnxruntime import InferenceSession, GraphOptimizationLevel, SessionOptions ModuleNotFoundError: No module named 'onnxruntime'

Container logs:

Fetching error logs...