Instructions to use unsloth/Qwen3.5-27B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Local Apps Settings
- Unsloth Studio
How to use unsloth/Qwen3.5-27B 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 unsloth/Qwen3.5-27B 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 unsloth/Qwen3.5-27B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/Qwen3.5-27B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/Qwen3.5-27B", max_seq_length=2048, )
Will there be a dynamic bnb quantized version?
#1
by bertbobson - opened
I see you guys have only focused on GGUF recently for dynamic quants. The BNB quants were extremely useful for training. Any chance they could make a comeback?
Yes, recently we haven't done them as every model is MoE so we forgot, we're going to do them hopefully soon
Thanks, I hope to see it when there is time!
bertbobson changed discussion status to closed