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
The arguments in the docs for creating inference endpoints still follow the old naming convention:
instance_size="medium", instance_type="g5.2xlarge",
The correct new argument values are here: https://huggingface.co/docs/inference-endpoints/pricing E.g.:
instance_size="x1", instance_type="nvidia-a10g
The text was updated successfully, but these errors were encountered:
Thanks for reporting @MoritzLaurer! This has been fixed by @co42 in #2282. Docs from main have been updated (see https://huggingface.co/docs/huggingface_hub/main/en/package_reference/hf_api#huggingface_hub.HfApi.create_inference_endpoint) but it has not been officially released yet.
main
Sorry, something went wrong.
No branches or pull requests
The arguments in the docs for creating inference endpoints still follow the old naming convention:
The correct new argument values are here: https://huggingface.co/docs/inference-endpoints/pricing
E.g.:
The text was updated successfully, but these errors were encountered: