Skip to content

Commit c4aad90

Browse files
authored
fix: support more instance type for custom (#96)
1 parent b46958e commit c4aad90

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
@@ -5,6 +5,12 @@
55
)
66
from ..frameworks import custom_framework
77
from ..instances import (
8+
g4dnxlarge_instance,
9+
g4dn2xlarge_instance,
10+
g4dn4xlarge_instance,
11+
g4dn8xlarge_instance,
12+
g4dn12xlarge_instance,
13+
g4dn16xlarge_instance,
814
g5dxlarge_instance,
915
g5d2xlarge_instance,
1016
g5d4xlarge_instance,

0 commit comments

Comments
 (0)