Instructions to use FormlessAI/Qwen3-32B-Code-TogetherAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FormlessAI/Qwen3-32B-Code-TogetherAI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B") model = PeftModel.from_pretrained(base_model, "FormlessAI/Qwen3-32B-Code-TogetherAI") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
0cebf4c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:91b75d71572dd6e7d4a4ef94c9f00742818577b10ca2abb1e04a3945ad6a6bb0
size 2147605960
|