-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
Deprecate use_auth_token #684
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
I tried to add warning at the beginning of every function/method that used to accept |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @IlyasMoutawwakil, could you add a test to OVModelIntegrationTest as done in optimum
i added a test (that passes) but some cases still fail, like loading+exporting from a private repo, but it's an issue from optimum side. |
What does this PR do?
This PR deprecates
use_auth_token
in favor oftoken
Fixes # (issue)
Before submitting