Julien Simon commited on
Commit
5716310
1 Parent(s): 37a6a80

Add inf2 instances

Browse files
Files changed (1) hide show
  1. results.py +12 -0
results.py CHANGED
@@ -112,6 +112,18 @@ instance_type_mappings = {
112
  "gpuRAM": "-",
113
  "url": "https://instances.vantage.sh/aws/ec2/c7i.4xlarge",
114
  },
 
 
 
 
 
 
 
 
 
 
 
 
115
  "inf2.24xlarge": {
116
  "cloud": "AWS",
117
  "gpu": "12xNeuronCore v2",
 
112
  "gpuRAM": "-",
113
  "url": "https://instances.vantage.sh/aws/ec2/c7i.4xlarge",
114
  },
115
+ "inf2.2xlarge": {
116
+ "cloud": "AWS",
117
+ "gpu": "2xNeuronCore v2",
118
+ "gpuRAM": "32 GB",
119
+ "url": "https://instances.vantage.sh/aws/ec2/inf2.2xlarge",
120
+ },
121
+ "inf2.8xlarge": {
122
+ "cloud": "AWS",
123
+ "gpu": "1xNeuronCore v2",
124
+ "gpuRAM": "32 GB",
125
+ "url": "https://instances.vantage.sh/aws/ec2/inf2.8xlarge",
126
+ },
127
  "inf2.24xlarge": {
128
  "cloud": "AWS",
129
  "gpu": "12xNeuronCore v2",