runtime error
Exit code: 1. Reason: ython3.10/site-packages/huggingface_hub/file_download.py", line 309, in _request_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 420, in hf_raise_for_status raise _format(EntryNotFoundError, message, response) from e huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-680a4f2e-49235c7237fbc4ff15825d89;9c5c5814-89d3-484f-bb52-0d1ceaa48a89) Entry Not Found for url: https://huggingface.co/JeffreyXiang/TRELLIS-text-xlarge/resolve/main/JeffreyXiang/TRELLIS-image-large/ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.json. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 273, in <module> pipeline = TrellisTextTo3DPipeline.from_pretrained("JeffreyXiang/TRELLIS-text-xlarge") File "/home/user/app/trellis/pipelines/trellis_text_to_3d.py", line 49, in from_pretrained pipeline = super(TrellisTextTo3DPipeline, TrellisTextTo3DPipeline).from_pretrained(path) File "/home/user/app/trellis/pipelines/base.py", line 44, in from_pretrained _models[k] = models.from_pretrained(v) File "/home/user/app/trellis/models/__init__.py", line 67, in from_pretrained model = __getattr__(config['name'])(**config['args'], **kwargs) File "/home/user/app/trellis/models/structured_latent_vae/decoder_mesh.py", line 106, in __init__ self.mesh_extractor = SparseFeatures2Mesh(res=self.resolution*4, use_color=self.rep_config.get('use_color', False)) File "/home/user/app/trellis/representations/mesh/cube2mesh.py", line 65, in __init__ self.mesh_extractor = FlexiCubes(device=device) File "/home/user/app/trellis/representations/mesh/flexicube.py", line 21, in __init__ self.dmc_table = torch.tensor(dmc_table, dtype=torch.long, device=device, requires_grad=False) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, in _lazy_init torch._C._cuda_init() RuntimeError: No CUDA GPUs are available
Container logs:
Fetching error logs...