pagezyhf HF Staff commited on
Commit
51c7995
·
verified ·
1 Parent(s): 9829cf1

Add 3 model(s) from daily sync (2026-07-11)

Browse files

- unsloth/Qwen3.6-35B-A3B-NVFP4-Fast -> ml.g6e.2xlarge
- satgeze/Hy3-1M-GGUF -> ml.p4d.24xlarge
- DeepHat/DeepHat-V1-7B -> ml.g6.2xlarge

Files changed (1) hide show
  1. modal.json +18 -0
modal.json CHANGED
@@ -7969,6 +7969,24 @@
7969
  "instanceType": "ml.p4de.24xlarge",
7970
  "numGpu": 8,
7971
  "containerStartupHealthCheckTimeout": 3600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7972
  }
7973
  ]
7974
  },
 
7969
  "instanceType": "ml.p4de.24xlarge",
7970
  "numGpu": 8,
7971
  "containerStartupHealthCheckTimeout": 3600
7972
+ },
7973
+ {
7974
+ "id": "DeepHat/DeepHat-V1-7B",
7975
+ "instanceType": "ml.g6.2xlarge",
7976
+ "numGpu": 1,
7977
+ "containerStartupHealthCheckTimeout": 900
7978
+ },
7979
+ {
7980
+ "id": "satgeze/Hy3-1M-GGUF",
7981
+ "instanceType": "ml.p4d.24xlarge",
7982
+ "numGpu": 8,
7983
+ "containerStartupHealthCheckTimeout": 3600
7984
+ },
7985
+ {
7986
+ "id": "unsloth/Qwen3.6-35B-A3B-NVFP4-Fast",
7987
+ "instanceType": "ml.g6e.2xlarge",
7988
+ "numGpu": 1,
7989
+ "containerStartupHealthCheckTimeout": 900
7990
  }
7991
  ]
7992
  },