[object Object]

← back to Exo

Add 4-bit to the end of DeepSeek V3/R1 model descriptions

a25e02c913ea1bf5981ab41cadaebd2ec131dd0d · 2025-01-29 14:00:13 -0500 · DeftDawg

Files touched

Diff

commit a25e02c913ea1bf5981ab41cadaebd2ec131dd0d
Author: DeftDawg <deftdawg@gmail.com>
Date:   Wed Jan 29 14:00:13 2025 -0500

    Add 4-bit to the end of DeepSeek V3/R1 model descriptions
---
 exo/models.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exo/models.py b/exo/models.py
index 74865aca..b64bcca1 100644
--- a/exo/models.py
+++ b/exo/models.py
@@ -174,9 +174,9 @@ pretty_name = {
   "mistral-large": "Mistral Large",
   "deepseek-coder-v2-lite": "Deepseek Coder V2 Lite",
   "deepseek-coder-v2.5": "Deepseek Coder V2.5",
-  "deepseek-v3": "Deepseek V3",
+  "deepseek-v3": "Deepseek V3 (4-bit)",
   "deepseek-v3-3bit": "Deepseek V3 (3-bit)",
-  "deepseek-r1": "Deepseek R1",
+  "deepseek-r1": "Deepseek R1 (4-bit)",
   "deepseek-r1-3bit": "Deepseek R1 (3-bit)",
   "llava-1.5-7b-hf": "LLaVa 1.5 7B (Vision Model)",
   "qwen-2.5-0.5b": "Qwen 2.5 0.5B",

← 3675804f throttle repo progress events and only send them out if some  ·  back to Exo  ·  fix prompt output spacing in tui e6b4f299 →