Invalid Path Error
HTTPError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
303 try:
--> 304 response.raise_for_status()
305 except HTTPError as e:
15 frames
HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/granite-guardian-3.0-2b/resolve/main/config.json
The above exception was the direct cause of the following exception:
RepositoryNotFoundError Traceback (most recent call last)
RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-671fc2d3-1b0699da78f7bb405657e1e2;38aff5b4-e833-48f1-b1d7-f166063873ee)
Repository Not Found for url: https://huggingface.co/granite-guardian-3.0-2b/resolve/main/config.json.
Please make sure you specified the correct repo_id
and repo_type
.
If you are trying to access a private or gated repo, make sure you are authenticated.
The above exception was the direct cause of the following exception: