jinyolim commited on
Commit
c47e06d
1 Parent(s): fba3b2b

Update modal.json

Browse files
Files changed (1) hide show
  1. modal.json +21 -7
modal.json CHANGED
@@ -1530,9 +1530,9 @@
1530
  },
1531
  {
1532
  "id": "TheBloke/WizardLM-Uncensored-Falcon-7B-GPTQ",
1533
- "instanceType": "ml.p4d.24xlarge",
1534
- "numGpu": 8,
1535
- "containerStartupHealthCheckTimeout": 2100,
1536
  "quantizationMethod": "gptq"
1537
  },
1538
  {
@@ -1742,14 +1742,14 @@
1742
  {
1743
  "id": "TheBloke/Llama-2-7B-32K-Instruct-GPTQ",
1744
  "instanceType": "ml.g5.48xlarge",
1745
- "numGpu": 8,
1746
  "containerStartupHealthCheckTimeout": 1200,
1747
  "quantizationMethod": "gptq"
1748
  },
1749
  {
1750
  "id": "TheBloke/Llama-2-7b-Chat-GPTQ",
1751
  "instanceType": "ml.g5.48xlarge",
1752
- "numGpu": 8,
1753
  "containerStartupHealthCheckTimeout": 1200,
1754
  "quantizationMethod": "gptq"
1755
  },
@@ -1825,9 +1825,23 @@
1825
  },
1826
  {
1827
  "id": "bigcode/starcoderbase",
1828
- "instanceType": "ml.p4d.24xlarge",
1829
- "numGpu": 8,
1830
  "containerStartupHealthCheckTimeout": 900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1831
  }
1832
  ]
1833
  },
 
1530
  },
1531
  {
1532
  "id": "TheBloke/WizardLM-Uncensored-Falcon-7B-GPTQ",
1533
+ "instanceType": "ml.g5.48xlarge",
1534
+ "numGpu": 1,
1535
+ "containerStartupHealthCheckTimeout": 1200,
1536
  "quantizationMethod": "gptq"
1537
  },
1538
  {
 
1742
  {
1743
  "id": "TheBloke/Llama-2-7B-32K-Instruct-GPTQ",
1744
  "instanceType": "ml.g5.48xlarge",
1745
+ "numGpu": 2,
1746
  "containerStartupHealthCheckTimeout": 1200,
1747
  "quantizationMethod": "gptq"
1748
  },
1749
  {
1750
  "id": "TheBloke/Llama-2-7b-Chat-GPTQ",
1751
  "instanceType": "ml.g5.48xlarge",
1752
+ "numGpu": 2,
1753
  "containerStartupHealthCheckTimeout": 1200,
1754
  "quantizationMethod": "gptq"
1755
  },
 
1825
  },
1826
  {
1827
  "id": "bigcode/starcoderbase",
1828
+ "instanceType": "ml.g5.12xlarge",
1829
+ "numGpu": 4,
1830
  "containerStartupHealthCheckTimeout": 900
1831
+ },
1832
+ {
1833
+ "id": "TheBloke/llava-v1.5-13B-AWQ",
1834
+ "instanceType": "ml.g5.12xlarge",
1835
+ "numGpu": 4,
1836
+ "containerStartupHealthCheckTimeout": 900,
1837
+ "quantizationMethod": "gptq"
1838
+ },
1839
+ {
1840
+ "id": "TheBloke/Mistral-11B-CC-Air-RP-AWQ",
1841
+ "instanceType": "ml.g5.12xlarge",
1842
+ "numGpu": 4,
1843
+ "containerStartupHealthCheckTimeout": 900,
1844
+ "quantizationMethod": "gptq"
1845
  }
1846
  ]
1847
  },