Views
No views yet
1from transformers import AutoModelForMultimodalLM, AutoProcessor
2
3model_id = "Zhongzhi1228/Qwen3.5-27B-SFT"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForMultimodalLM.from_pretrained(
6 model_id,
7 device_map="auto",
8 torch_dtype="auto",
9)LICENSE for the complete legal text.Qwen/Qwen3.5-27B, which is licensed under
Apache License 2.0. The unmodified base-model license is preserved in
LICENSE.base-model and continues to apply to base-model components. The
CC BY 4.0 grant does not supersede applicable base-model or other third-party
terms.