Skip to content

Commit a436e29

Browse files
committed
try
1 parent b4b503b commit a436e29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/get_runner_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
runner_map = {"models/vit": {"single-gpu": "aws-g4dn-4xlarge-cache", "multi-gpu": "aws-g4dn-12xlarge-cache"}, "models/clip": {"single-gpu": "aws-g5-4xlarge-cache", "multi-gpu": "aws-g5-12xlarge-cache"}}
2+
print(runner_map)

0 commit comments

Comments
 (0)