n1ck-guo commited on
Commit
73f5229
·
verified ·
1 Parent(s): ad344e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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