-
Notifications
You must be signed in to change notification settings - Fork 639
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
Add deploy from catalog to huggingface client #2880
Comments
|
Also good to note that this |
👍 I like the idea to be able to programmatically deploy an endpoint without having to worry about the config (device, framework and all of that) + it seems to be a low hanging fruit. |
@ErikKaum a few comments about the API:
|
|
In #2892, methods are flagged as Request auth, is it possible to update the endpoint to pass token as header instead of payload? |
Awesome 👍 Ah sorry, missed to reply to that one. Yes, I'll make that change as well! |
Adds a similar "one-click" deploy experience to the python client as we have in the UI:
https://endpoints.huggingface.co/api/catalog/repo-list
The text was updated successfully, but these errors were encountered: