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 b4b503b commit a436e29Copy full SHA for a436e29
utils/get_runner_map.py
@@ -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