Spaces:
Running
Running
Julien Simon
commited on
Commit
•
9e9181b
1
Parent(s):
b194192
Add c7g.16xlarge
Browse files- results.py +7 -0
results.py
CHANGED
@@ -150,6 +150,13 @@ instance_type_mappings = {
|
|
150 |
"url": "https://instances.vantage.sh/aws/ec2/c7g.8xlarge",
|
151 |
"price": 1.16,
|
152 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
"inf2.xlarge": {
|
154 |
"cloud": "AWS",
|
155 |
"gpu": "2xNeuronCore v2",
|
|
|
150 |
"url": "https://instances.vantage.sh/aws/ec2/c7g.8xlarge",
|
151 |
"price": 1.16,
|
152 |
},
|
153 |
+
"c7g.16xlarge": {
|
154 |
+
"cloud": "AWS",
|
155 |
+
"gpu": "-",
|
156 |
+
"gpuRAM": "-",
|
157 |
+
"url": "https://instances.vantage.sh/aws/ec2/c7g.16xlarge",
|
158 |
+
"price": 2.32,
|
159 |
+
},
|
160 |
"inf2.xlarge": {
|
161 |
"cloud": "AWS",
|
162 |
"gpu": "2xNeuronCore v2",
|