Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,7 @@ Please follow the license of the original model.
|
|
| 16 |
**Please import `Qwen3VLMoeForConditionalGeneration` from `modeling_qwen3_vl_moe.py` in the model folder.**
|
| 17 |
|
| 18 |
```python
|
|
|
|
| 19 |
from modeling_qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration
|
| 20 |
from transformers import AutoProcessor
|
| 21 |
|
|
|
|
| 16 |
**Please import `Qwen3VLMoeForConditionalGeneration` from `modeling_qwen3_vl_moe.py` in the model folder.**
|
| 17 |
|
| 18 |
```python
|
| 19 |
+
# need use the modeling_qwen3_vl_moe.py provided to load the model, modeling_qwen3_vl_moe.py is in the model weight folder
|
| 20 |
from modeling_qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration
|
| 21 |
from transformers import AutoProcessor
|
| 22 |
|