Skip to content

Commit

Permalink
Update instance type/size in endpoint model_config example
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Nov 21, 2024
1 parent e25af7b commit cba0d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/model_configs/endpoint_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ model:
accelerator: "gpu"
region: "eu-west-1"
vendor: "aws"
instance_size: "medium"
instance_type: "g5.2xlarge"
instance_size: "x1"
instance_type: "nvidia-a10g"
framework: "pytorch"
endpoint_type: "protected"
namespace: null # The namespace under which to launch the endopint. Defaults to the current user's namespace
Expand Down

0 comments on commit cba0d17

Please sign in to comment.