Skip to content

Commit

Permalink
Update instance type/size in endpoint model_config example (#401)
Browse files Browse the repository at this point in the history
* Update instance type/size in endpoint model_config example

* Remove test file
  • Loading branch information
albertvillanova authored Nov 21, 2024
1 parent e25af7b commit 3744fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 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
22 changes: 0 additions & 22 deletions examples/model_configs/test.yaml

This file was deleted.

0 comments on commit 3744fe2

Please sign in to comment.