Update model_variants.json
Browse files- 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 (
|
| 10 |
"parameters": "70B",
|
| 11 |
-
"precision": "
|
| 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":
|
| 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 |
}
|