HERMES
Safetensors
MLX
English
qwen3_5_moe
qwen3.5
Mixture of Experts
agentic
tool-calling
qlora
unsloth
carnice
mlx-my-repo
8-bit precision
Instructions to use KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- MLX
How to use KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Carnice-MoE-35B-A3B-mlx-8Bit KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Unsloth Studio
How to use KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="KnucklesXBT/Carnice-MoE-35B-A3B-mlx-8Bit", max_seq_length=2048, )
Ctrl+K