We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
latest hfh
The text was updated successfully, but these errors were encountered:
Can't reproduce the issue 😕
create_repo(..., exist_ok=True)
>>> from huggingface_hub import create_repo, __version__ >>> token="hf_..." >>> create_repo("Wauplin/my-cool-mamba", exist_ok=True) RepoUrl('https://huggingface.co/Wauplin/my-cool-mamba', endpoint='https://huggingface.co', repo_type='model', repo_id='Wauplin/my-cool-mamba') >>> __version__ '0.30.0.dev0'
Sorry, something went wrong.
hmm weird, I'll investigate more. On my side it was using trl SFTTrainer with HF_TOKEN environment variable on google colab
closing for now, I'll check later - sorry for the inconvenience !
No branches or pull requests
Describe the bug
Reproduction
Logs
System info
The text was updated successfully, but these errors were encountered: