Instructions to use unsloth/Qwen3-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio
How to use unsloth/Qwen3-32B 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-32B 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-32B 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-32B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/Qwen3-32B", max_seq_length=2048, )
Base Model?
Is a base model for Qwen3 32B not available yet?
Is a base model for Qwen3 32B not available yet?
good catch we're gonna upload and update soon
Edit: nevermind Qwen never released base models for those variants
Thanks!
Doesn't look like the Qwen team are releasing the two largest base models
Is there any confirmation of that? Even a low key one?
MS-SWIFT repo lists support for qwen3 32b base and 235b-a22b base.
MS Swift is developed by ModelScope. ModelScope is developed by Alibaba Cloud, which is the same company as the one releasing Qwen series.
So, unless they have internal miscommunication, it's likely that we'll see base models for 32b and 235B!
https://github.com/modelscope/ms-swift/commit/ad907793e9d3450bf1b28ac0e1eebb5f4890265b
Any word on this?
Oh apologies, we actually didnt know Qwen didnt release base models for them, so unfortunately until they officially release it, we cannot do anything about it
What is the difference between this model and the original model released by Qwen (Qwen/Qwen3-32B)