[SPARSE] Conv backend: flex_gemm; Attention backend: flash_attn Traceback (most recent call last): File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1712, in _get_metadata_or_catch_error metadata = get_hf_file_metadata( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1620, in get_hf_file_metadata response = _httpx_follow_relative_redirects_with_backoff( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 719, in _httpx_follow_relative_redirects_with_backoff response = http_backoff( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 596, in http_backoff return next( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 504, in _http_backoff_base response = client.request(method=method, url=url, **kwargs) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/httpx/_client.py", line 825, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/httpx/_client.py", line 977, in _send_handling_redirects hook(request) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 260, in hf_request_event_hook raise OfflineModeIsEnabled( huggingface_hub.errors.OfflineModeIsEnabled: Cannot reach https://huggingface.co/microsoft/TRELLIS.2-4B/resolve/main/ckpts/shape_enc_next_dc_f16c32_fp16.json: offline mode is enabled. To disable it, please unset the `HF_HUB_OFFLINE` environment variable. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/jiachen/.config/superpowers/worktrees/TRELLIS.2/trellis2-multiview-input/data_toolkit/encode_shape_latent.py", line 58, in encoder = models.from_pretrained(opt.enc_pretrained).eval().cuda() File "/home/jiachen/.config/superpowers/worktrees/TRELLIS.2/trellis2-multiview-input/data_toolkit/../trellis2/models/__init__.py", line 61, in from_pretrained config_file = hf_hub_download(repo_id, f"{model_name}.json") File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1018, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1170, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/home/jiachen/miniconda3/envs/trellis2/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1872, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.