Commit
•
93efa23
1
Parent(s):
162cbd3
Update stable diffusion and whisper-large-v3 model to use g5 instance (#26)
Browse files- Update stable diffusion and whisper-large-v3 model to use g5 instance (2a82ed9171aac8f0d02edacb4c536a8cbd378413)
Co-authored-by: JumpStart <JumpstartHuggingface@users.noreply.huggingface.co>
- 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 |
{
|