runtime error

Exit code: 1. Reason: byt5_text_encoder = T5ForConditionalGeneration.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 288, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5176, in from_pretrained ) = cls._load_pretrained_model( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5442, in _load_pretrained_model load_state_dict(checkpoint_files[0], map_location="meta", weights_only=weights_only).keys() File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 571, in load_state_dict raise OSError( OSError: Unable to load weights from pytorch checkpoint file for '/data/ckpts/text_encoder/byt5-small/pytorch_model.bin' at '/data/ckpts/text_encoder/byt5-small/pytorch_model.bin'. If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 183, in <module> pipeline = load_pipeline(use_distilled=False, device=device) File "/home/user/app/app.py", line 163, in load_pipeline pipeline = HunyuanImagePipeline.from_pretrained( File "/home/user/app/hyimage/diffusion/pipelines/hunyuanimage_pipeline.py", line 864, in from_pretrained return cls(config=config) File "/home/user/app/hyimage/diffusion/pipelines/hunyuanimage_pipeline.py", line 151, in __init__ self._load_models() File "/home/user/app/hyimage/diffusion/pipelines/hunyuanimage_pipeline.py", line 297, in _load_models self._load_byt5() File "/home/user/app/hyimage/diffusion/pipelines/hunyuanimage_pipeline.py", line 288, in _load_byt5 raise RuntimeError("Error loading byT5 glyph processor") from e RuntimeError: Error loading byT5 glyph processor /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:734: UserWarning: Can't initialize NVML warnings.warn("Can't initialize NVML")

Container logs:

Fetching error logs...