Commit
·
ca52bbe
1
Parent(s):
7032e70
Update modal.json
Browse files- modal.json +12 -0
modal.json
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"id": "amazon/FalconLite",
|
6 |
"instanceType": "ml.g5.12xlarge",
|
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
4 |
+
{
|
5 |
+
"id": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
6 |
+
"instanceType": "ml.g5.48xlarge",
|
7 |
+
"numGpu": 8,
|
8 |
+
"containerStartupHealthCheckTimeout": 300
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"id": "mistralai/Mixtral-8x7B-v0.1",
|
12 |
+
"instanceType": "ml.g5.48xlarge",
|
13 |
+
"numGpu": 8,
|
14 |
+
"containerStartupHealthCheckTimeout": 300
|
15 |
+
},
|
16 |
{
|
17 |
"id": "amazon/FalconLite",
|
18 |
"instanceType": "ml.g5.12xlarge",
|