Commit
•
91507cb
1
Parent(s):
a878138
Update modal.json
Browse files- modal.json +6 -0
modal.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"id": "CohereForAI/aya-23-35B",
|
6 |
"instanceType": "ml.g5.12xlarge",
|
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
4 |
+
{
|
5 |
+
"id": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8",
|
6 |
+
"instanceType": "ml.p5.48xlarge",
|
7 |
+
"numGpu": 8,
|
8 |
+
"containerStartupHealthCheckTimeout": 2400
|
9 |
+
},
|
10 |
{
|
11 |
"id": "CohereForAI/aya-23-35B",
|
12 |
"instanceType": "ml.g5.12xlarge",
|