Commit
•
2144a50
1
Parent(s):
88172b1
Update dev-modal.json
Browse files- dev-modal.json +2 -1
dev-modal.json
CHANGED
@@ -11,7 +11,8 @@
|
|
11 |
{
|
12 |
"id": "test/gpt2",
|
13 |
"instanceType": "ml.g5.12xlarge",
|
14 |
-
"numGpu": 4
|
|
|
15 |
}
|
16 |
]
|
17 |
},
|
|
|
11 |
{
|
12 |
"id": "test/gpt2",
|
13 |
"instanceType": "ml.g5.12xlarge",
|
14 |
+
"numGpu": 4,
|
15 |
+
"isQuantized": "gptq"
|
16 |
}
|
17 |
]
|
18 |
},
|