philschmid HF staff commited on
Commit
da001d1
1 Parent(s): 2144a50

Update dev-modal.json

Browse files
Files changed (1) hide show
  1. dev-modal.json +2 -2
dev-modal.json CHANGED
@@ -6,13 +6,13 @@
6
  "instanceType": "ml.g5.12xlarge",
7
  "numGpu": 4,
8
  "containerStartupHealthCheckTimeout": 900,
9
- "isQuantized": "gptq"
10
  },
11
  {
12
  "id": "test/gpt2",
13
  "instanceType": "ml.g5.12xlarge",
14
  "numGpu": 4,
15
- "isQuantized": "gptq"
16
  }
17
  ]
18
  },
 
6
  "instanceType": "ml.g5.12xlarge",
7
  "numGpu": 4,
8
  "containerStartupHealthCheckTimeout": 900,
9
+ "quantizationMethod": "gptq"
10
  },
11
  {
12
  "id": "test/gpt2",
13
  "instanceType": "ml.g5.12xlarge",
14
  "numGpu": 4,
15
+ "quantizationMethod": "gptq"
16
  }
17
  ]
18
  },