DeepSeek-V3 Pruning and Quantization
Collection
10 items
โข
Updated
This page is going to be deprecated. For other quantized versions, please refer to moxin-org/DeepSeek-V3-0324-Moxin-GGUF for more details.
All quants made based on moxin-org/CC-MoE.
IQ1_S : 103GB (V1)
For V2 Please visit DeepSeek-V3-0324-Moxin-GGUF/V3-Mini-Exp
# !pip install huggingface_hub hf_transfer
import os
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
from huggingface_hub import snapshot_download
snapshot_download(
repo_id = "bobchenyx/DeepSeek-V3-0324-508B-A32B-MLA-GGUF",
local_dir = "bobchenyx/DeepSeek-V3-0324-508B-A32B-MLA-GGUF",
allow_patterns = ["*IQ1_S*"],
)
1-bit