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
Refactor Hugging Face authentication in push command
- Removed dependency on `HF_TOKEN` environment variable for Hugging Face authentication.
- Updated `_ensure_hf_authenticated` function to handle login without requiring a token.
- Modified README.md to reflect changes in authentication process.
- Adjusted tests to verify initialization of `HfApi` without token parameter.
0 commit comments