Trouter-Library commited on
Commit
9fe7f69
·
verified ·
1 Parent(s): 158bf51

Update model_variants.json

Browse files
Files changed (1) hide show
  1. model_variants.json +5 -3
model_variants.json CHANGED
@@ -6,10 +6,12 @@
6
  "base": {
7
  "name": "Helion-2.5-Rnd",
8
  "full_name": "DeepXR/Helion-2.5-Rnd",
9
- "description": "Base research model with full precision (BF16)",
10
  "parameters": "70B",
11
- "precision": "bfloat16",
12
  "context_length": 131072,
 
 
13
  "status": "active",
14
  "recommended_use": [
15
  "Research",
@@ -17,7 +19,7 @@
17
  "High-accuracy inference"
18
  ],
19
  "hardware_requirements": {
20
- "min_vram_gb": 160,
21
  "min_gpus": 2,
22
  "recommended_gpu": "A100 80GB"
23
  }
 
6
  "base": {
7
  "name": "Helion-2.5-Rnd",
8
  "full_name": "DeepXR/Helion-2.5-Rnd",
9
+ "description": "Base research model with full precision (FP16)",
10
  "parameters": "70B",
11
+ "precision": "float16",
12
  "context_length": 131072,
13
+ "safetensors_shards": 82,
14
+ "shard_size_gb": 1.57,
15
  "status": "active",
16
  "recommended_use": [
17
  "Research",
 
19
  "High-accuracy inference"
20
  ],
21
  "hardware_requirements": {
22
+ "min_vram_gb": 140,
23
  "min_gpus": 2,
24
  "recommended_gpu": "A100 80GB"
25
  }