JumpstartHuggingface
commited on
Commit
•
2a82ed9
1
Parent(s):
162cbd3
Update stable diffusion and whisper-large-v3 model to use g5 instance
Browse files- modal.json +4 -4
modal.json
CHANGED
@@ -2092,8 +2092,8 @@
|
|
2092 |
},
|
2093 |
{
|
2094 |
"id": "openai/whisper-large-v3",
|
2095 |
-
"instanceType": "ml.
|
2096 |
-
"numGpu":
|
2097 |
"containerStartupHealthCheckTimeout": 2100
|
2098 |
},
|
2099 |
{
|
@@ -2116,8 +2116,8 @@
|
|
2116 |
},
|
2117 |
{
|
2118 |
"id": "stabilityai/stable-diffusion-xl-base-1.0",
|
2119 |
-
"instanceType": "ml.
|
2120 |
-
"numGpu":
|
2121 |
"containerStartupHealthCheckTimeout": 2100
|
2122 |
},
|
2123 |
{
|
|
|
2092 |
},
|
2093 |
{
|
2094 |
"id": "openai/whisper-large-v3",
|
2095 |
+
"instanceType": "ml.g5.12xlarge",
|
2096 |
+
"numGpu": 1,
|
2097 |
"containerStartupHealthCheckTimeout": 2100
|
2098 |
},
|
2099 |
{
|
|
|
2116 |
},
|
2117 |
{
|
2118 |
"id": "stabilityai/stable-diffusion-xl-base-1.0",
|
2119 |
+
"instanceType": "ml.g5.12xlarge",
|
2120 |
+
"numGpu": 1,
|
2121 |
"containerStartupHealthCheckTimeout": 2100
|
2122 |
},
|
2123 |
{
|