We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d64150 commit 1d9f4dcCopy full SHA for 1d9f4dc
wherobots/db/runtime.py
@@ -19,6 +19,7 @@ class Runtime(Enum):
19
XXXX_LARGE_HIMEM = "4x-large-himem"
20
21
# GPU
22
+ MICRO_A10_GPU = "micro-a10-gpu"
23
TINY_A10_GPU = "tiny-a10-gpu"
24
SMALL_A10_GPU = "small-a10-gpu"
25
MEDIUM_A10_GPU = "medium-a10-gpu"
0 commit comments