Hugging Face's logo
Lipetomasz
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: : /tmp/pip-ephem-wheel-cache-8r3dxmys/wheels/f3/d4/cd/51ea18275260ba66854b8d659839071169f9ab155ead8e277e Successfully built ltx-core ltx-pipelines Installing collected packages: ltx-pipelines, ltx-core Successfully installed ltx-core-1.0.0 ltx-pipelines-1.0.0 [notice] A new release of pip is available: 26.0.1 -> 26.1.2 [notice] To update, run: pip install --upgrade pip [ATTN] Before patch: memory_efficient_attention=<function memory_efficient_attention at 0x7fd40dd62ca0> [ATTN] After patch: memory_efficient_attention=<function memory_efficient_attention at 0x7fd40dd62ca0> [ATTN] xformers FA3 dispatch disabled (Blackwell-incompatible) [FUSE-PATCH] SafetensorsStateDictLoader.load replaced (chunked-read) Traceback (most recent call last): File "/home/user/app/app.py", line 171, in <module> pipeline = DistilledPipeline( ^^^^^^^^^^^^^^^^^^ File "/home/user/app/LTX-2/packages/ltx-pipelines/src/ltx_pipelines/distilled.py", line 61, in __init__ self.model_ledger = ModelLedger( ^^^^^^^^^^^^ File "/home/user/app/LTX-2/packages/ltx-pipelines/src/ltx_pipelines/utils/model_ledger.py", line 115, in __init__ self.build_model_builders() File "/home/user/app/LTX-2/packages/ltx-pipelines/src/ltx_pipelines/utils/model_ledger.py", line 171, in build_model_builders module_ops = module_ops_from_gemma_root(self.gemma_root_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/LTX-2/packages/ltx-core/src/ltx_core/text_encoders/gemma/encoders/base_encoder.py", line 178, in module_ops_from_gemma_root tokenizer_root = str(find_matching_file(gemma_root, "tokenizer.model").parent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/LTX-2/packages/ltx-core/src/ltx_core/utils.py", line 61, in find_matching_file raise FileNotFoundError(f"No files matching pattern '{pattern}' found under {root_path}") FileNotFoundError: No files matching pattern 'tokenizer.model' found under /models/gemma

Container logs:

Fetching error logs...