mirror of
https://github.com/zenlm/zen5-engine.git
synced 2026-07-27 06:13:34 +00:00
download_model.sh: REPO -> zenlm/zen-5-pro-gguf
HF repo renamed to align with the canonical SKU ladder: the IQ2-imatrix DS4-Flash weights are the zen5-pro tier (not zen5-flash, which is now Qwen3-4B). Old zen-5-flash-gguf redirects to zen-5-pro-gguf on HF. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
92ca7bb8fb
commit
2118ce35ef
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
REPO="zenlm/zen-5-flash-gguf"
|
||||
REPO="zenlm/zen-5-pro-gguf"
|
||||
UPSTREAM_REPO="antirez/deepseek-v4-gguf"
|
||||
Q2_FILE="DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2.gguf"
|
||||
Q2_IMATRIX_FILE="DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix.gguf"
|
||||
|
||||
Reference in New Issue
Block a user