-
Notifications
You must be signed in to change notification settings - Fork 563
Open
Description
huggingface-cli download google/gemma-3-4b-it-pytorch gives:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py", line 304, in hf_raise_for_status
response.raise_for_status()
File "/usr/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/google/gemma-3-4b-it-pytorch/revision/main
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.12/huggingface-cli", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/commands/huggingface_cli.py", line 52, in main
service.run()
File "/usr/lib/python3.12/site-packages/huggingface_hub/commands/download.py", line 146, in run
print(self._download()) # Print path to downloaded files
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/commands/download.py", line 180, in _download
return snapshot_download(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/_snapshot_download.py", line 238, in snapshot_download
raise api_call_error
File "/usr/lib/python3.12/site-packages/huggingface_hub/_snapshot_download.py", line 169, in snapshot_download
repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 2588, in repo_info
return method(
^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 2373, in model_info
hf_raise_for_status(r)
File "/usr/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py", line 352, in hf_raise_for_status
raise RepositoryNotFoundError(message, response) from e
huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-67d99dde-5c944886264189742e3d6799;201c4c8b-d3bf-4df1-b4f1-3d9a3cf21855)
Repository Not Found for url: https://huggingface.co/api/models/google/gemma-3-4b-it-pytorch/revision/main.
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.
Upon visiting https://huggingface.co/models?other=gemma_torch I only see Gemma 2 models.
alvaradojl
Metadata
Metadata
Assignees
Labels
No labels