You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime error
10/site-packages/peft/peft_model.py", line 554, in load_adapter
adapters_weights = load_peft_weights(model_id, device=torch_device, **hf_hub_download_kwargs)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/peft/utils/save_and_load.py", line 171, in load_peft_weights
has_remote_safetensors_file = hub_file_exists(
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/peft/utils/hub_utils.py", line 26, in hub_file_exists
get_hf_file_metadata(url)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1624, in get_hf_file_metadata
r = _request_wrapper(
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 402, in _request_wrapper
response = _request_wrapper(
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 425, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 63, in send
return super().send(request, *args, **kwargs)
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/adapters.py", line 532, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: a1426b7c-51df-4a5a-a8f3-17dfb709d5c8)')
Can this be fixed?
The text was updated successfully, but these errors were encountered:
epogrebnyak
changed the title
shoold hugginface app work?
should hugginface app work?
Feb 12, 2024
As an open-source community, we are committed to fostering innovation and collaboration. We are delighted to hear that our users are interested in building their apps using our open-source code.
Please feel free to explore our repositories and utilize the resources available. If you have any specific questions or need further assistance, do not hesitate to contact us. We are here to support your development journey and look forward to seeing the amazing applications you create.
I look at https://huggingface.co/spaces/FinGPT/FinGPT-Forecaster page App and see
Can this be fixed?
The text was updated successfully, but these errors were encountered: