| from transformers import Qwen3VLMoeForConditionalGeneration | |
| model = Qwen3VLMoeForConditionalGeneration.from_pretrained( | |
| "Qwen/Qwen3-VL-235B-A22B-Instruct", | |
| torch_dtype="auto", | |
| device_map="auto" | |
| ) | |
| print("靹标车!") | |
| from transformers import Qwen3VLMoeForConditionalGeneration | |
| model = Qwen3VLMoeForConditionalGeneration.from_pretrained( | |
| "Qwen/Qwen3-VL-235B-A22B-Instruct", | |
| torch_dtype="auto", | |
| device_map="auto" | |
| ) | |
| print("靹标车!") | |