runtime error

Exit code: 1. Reason: ng_rope_utils.py:936: FutureWarning: `rope_config_validation` is deprecated and has been removed. Its functionality has been moved to RotaryEmbeddingConfigMixin.validate_rope method. PreTrainedConfig inherits this class, so please call self.validate_rope() instead. Also, make sure to use the new rope_parameters syntax. You can call self.standardize_rope_params() in the meantime. warnings.warn( modeling_acestep_v15_turbo.py: 0%| | 0.00/95.2k [00:00<?, ?B/s] modeling_acestep_v15_turbo.py: 100%|██████████| 95.2k/95.2k [00:00<00:00, 90.1MB/s] Encountered exception while importing einops: No module named 'einops' Encountered exception while importing vector_quantize_pytorch: No module named 'vector_quantize_pytorch' Traceback (most recent call last): File "/app/app.py", line 9, in <module> model = AutoModel.from_pretrained( "ACE-Step/acestep-v15-turbo-continuous", trust_remote_code=True, torch_dtype=torch.float32 ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 356, in from_pretrained model_class = get_class_from_dynamic_module( class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 572, in get_class_from_dynamic_module final_module = get_cached_module_file( repo_id, ...<7 lines>... repo_type=repo_type, ) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 410, in get_cached_module_file modules_needed = check_imports(resolved_module_file) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 258, in check_imports raise ImportError( ...<2 lines>... ) ImportError: This modeling file requires the following packages that were not found in your environment: einops, vector_quantize_pytorch. Run `pip install einops vector_quantize_pytorch`

Container logs:

Fetching error logs...