friendli endpoint
friendli endpoint create
Create and deploy new endpoints with the Friendli API. Customize with model selection, GPU configuration, and more to efficiently serve your machine learning models.
Usage
Summary
Creates a new endpoint with deploying model.
Options
Option | Type | Summary | Default | Required |
---|---|---|---|---|
--name , -n | TEXT | The name of endpoint to create. | - | ✅ |
--model , -m | TEXT | The name of Hugging Face model to deploy. | - | ✅ |
--gpu-type , -gt | TEXT | GPU type to serve the deployed model. | - | ✅ |
--gpu-count , -gc | INTEGER | None | - | ✅ |
Was this page helpful?