Feature Extraction
MLX
Safetensors
Transformers
kimi_k25
quantization
dq3
custom_code
4-bit precision
Instructions to use cs2764/Kimi-K2.6_dq3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use cs2764/Kimi-K2.6_dq3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Kimi-K2.6_dq3-mlx cs2764/Kimi-K2.6_dq3-mlx
- Transformers
How to use cs2764/Kimi-K2.6_dq3-mlx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="cs2764/Kimi-K2.6_dq3-mlx", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cs2764/Kimi-K2.6_dq3-mlx", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!