repository-metadata / dev-modal.json
philschmid's picture
philschmid HF staff
Update dev-modal.json
2144a50
raw
history blame
492 Bytes
{
"inference": {
"model": [
{
"id": "gpt2",
"instanceType": "ml.g5.12xlarge",
"numGpu": 4,
"containerStartupHealthCheckTimeout": 900,
"isQuantized": "gptq"
},
{
"id": "test/gpt2",
"instanceType": "ml.g5.12xlarge",
"numGpu": 4,
"isQuantized": "gptq"
}
]
},
"training": {}
}