mirror of
https://github.com/zenlm/zen5-engine.git
synced 2026-07-27 06:13:34 +00:00
default download to zenlm/zen-5-flash-gguf (antirez kept as upstream)
Switches the default REPO in download_model.sh from antirez/deepseek-v4-gguf to zenlm/zen-5-flash-gguf so 'make + ./download_model.sh q2-imatrix' pulls the Zen5-branded mirror. UPSTREAM_REPO=antirez/deepseek-v4-gguf is preserved as a reference and as a manual fallback. 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
d5a723e0c4
commit
92ca7bb8fb
+2
-1
@@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
REPO="antirez/deepseek-v4-gguf"
|
||||
REPO="zenlm/zen-5-flash-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"
|
||||
Q4_FILE="DeepSeek-V4-Flash-Q4KExperts-F16HC-F16Compressor-F16Indexer-Q8Attn-Q8Shared-Q8Out-chat-v2.gguf"
|
||||
|
||||
Reference in New Issue
Block a user