runtime error
Exit code: 1. Reason: , ltx-core Successfully installed ltx-core-1.0.0 ltx-pipelines-1.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [ATTN] Before patch: memory_efficient_attention=<function memory_efficient_attention at 0x7fa002bc3880> [ATTN] After patch: memory_efficient_attention=<function memory_efficient_attention at 0x7fa002bc3880> [ATTN] xformers FA3 dispatch disabled (Blackwell-incompatible) [FUSE-PATCH] SafetensorsStateDictLoader.load replaced (chunked-read) Traceback (most recent call last): File "/app/app.py", line 171, in <module> pipeline = DistilledPipeline( ^^^^^^^^^^^^^^^^^^ File "/app/LTX-2/packages/ltx-pipelines/src/ltx_pipelines/distilled.py", line 61, in __init__ self.model_ledger = ModelLedger( ^^^^^^^^^^^^ File "/app/LTX-2/packages/ltx-pipelines/src/ltx_pipelines/utils/model_ledger.py", line 115, in __init__ self.build_model_builders() File "/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 "/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 "/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...