friendli endpoint create
Usage​
friendli endpoint create [OPTIONS]
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 | - | ✅ |