Instructions to use inference-optimization/Kimi-K3-0.40B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inference-optimization/Kimi-K3-0.40B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="inference-optimization/Kimi-K3-0.40B", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inference-optimization/Kimi-K3-0.40B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "<|end_header_id|>": 163844, | |
| "<|im_assistant|>": 163842, | |
| "<|im_end|>": 163840, | |
| "<|im_middle|>": 163846, | |
| "<|im_system|>": 163845, | |
| "<|im_user|>": 163841, | |
| "<|start_header_id|>": 163843 | |
| } | |