Update modal.json

#29
by pagezyhf HF staff - opened
Files changed (1) hide show
  1. modal.json +18 -0
modal.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
  "inference": {
3
  "model": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  {
5
  "id": "meta-llama/Llama-3.3-70B-Instruct",
6
  "instanceType": "ml.g6.48xlarge",
 
1
  {
2
  "inference": {
3
  "model": [
4
+ {
5
+ "id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
6
+ "instanceType": "ml.g6.48xlarge",
7
+ "numGpu": 4,
8
+ "containerStartupHealthCheckTimeout": 2400
9
+ },
10
+ {
11
+ "id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
12
+ "instanceType": "ml.g6.12xlarge",
13
+ "numGpu": 4,
14
+ "containerStartupHealthCheckTimeout": 1200
15
+ },
16
+ {
17
+ "id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
18
+ "instanceType": "ml.g6.12xlarge",
19
+ "numGpu": 4,
20
+ "containerStartupHealthCheckTimeout": 1200
21
+ },
22
  {
23
  "id": "meta-llama/Llama-3.3-70B-Instruct",
24
  "instanceType": "ml.g6.48xlarge",