Instructions to use sjug/DeepSeek-V3.2-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use sjug/DeepSeek-V3.2-MLX-4bit with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("sjug/DeepSeek-V3.2-MLX-4bit") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use sjug/DeepSeek-V3.2-MLX-4bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "sjug/DeepSeek-V3.2-MLX-4bit" --prompt "Once upon a time"
- Xet hash:
- 8e16a3a200ef44cf55d8476555989c30ce8e47e63d413b717467f66e8b589553
- Size of remote file:
- 4.37 GB
- SHA256:
- e0f14c52ab07aeb059605c9681892f5083df2a9357ccae4ee9515b91adbf822b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.