Skip to content

Commit abaf04b

Browse files
authored
fix: support more instance type for custom (#97)
* fix: support more instance type for custom * fix: add g4 instances for custom docker model
1 parent c4aad90 commit abaf04b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/emd/models/custom/custom_docker.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
model_id = CUSTOM_DOCKER_MODEL_ID,
2727
supported_engines=[custom_engine],
2828
supported_instances=[
29+
g4dnxlarge_instance,
30+
g4dn2xlarge_instance,
31+
g4dn4xlarge_instance,
32+
g4dn8xlarge_instance,
33+
g4dn12xlarge_instance,
34+
g4dn16xlarge_instance,
2935
g5dxlarge_instance,
3036
g5d2xlarge_instance,
3137
g5d4xlarge_instance,

0 commit comments

Comments
 (0)