runtime error
Exit code: 1. Reason: ?B/s][A config.json: 100%|██████████| 2.35k/2.35k [00:00<00:00, 13.0MB/s] /usr/local/lib/python3.10/site-packages/torch/nn/modules/rnn.py:88: UserWarning: dropout option adds dropout after all but last recurrent layer, so non-zero dropout expects num_layers greater than 1, but got dropout=0.2 and num_layers=1 warnings.warn("dropout option adds dropout after all but last " /usr/local/lib/python3.10/site-packages/torch/nn/utils/weight_norm.py:134: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`. WeightNorm.apply(module, name, dim) kokoro-v1_0.pth: 0%| | 0.00/327M [00:00<?, ?B/s][A kokoro-v1_0.pth: 100%|█████████▉| 327M/327M [00:00<00:00, 591MB/s] Collecting en-core-web-sm==3.8.0 Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl (12.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 194.2 MB/s eta 0:00:00 Installing collected packages: en-core-web-sm Successfully installed en-core-web-sm-3.8.0 [notice] A new release of pip is available: 24.3.1 -> 25.0.1 [notice] To update, run: pip install --upgrade pip [38;5;2m✔ Download and installation successful[0m You can now load the package via spacy.load('en_core_web_sm') Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> pipelines = {lang_code: KPipeline(lang_code=lang_code, model=False) for lang_code in 'abj'} File "/home/user/app/app.py", line 13, in <dictcomp> pipelines = {lang_code: KPipeline(lang_code=lang_code, model=False) for lang_code in 'abj'} File "/usr/local/lib/python3.10/site-packages/kokoro/pipeline.py", line 111, in __init__ from misaki import ja File "/usr/local/lib/python3.10/site-packages/misaki/ja.py", line 3, in <module> from fugashi import Tagger ModuleNotFoundError: No module named 'fugashi'
Container logs:
Fetching error logs...