wenhuach commited on
Commit
636e19f
·
verified ·
1 Parent(s): 2d21bce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Please follow the license of the original model.
12
  ## How To Use
13
 
14
  ### INT4 Inference
15
- **need to use the provided modeling_qwen3_vl_moe.py to load the model**
16
  ```python
17
  from modeling_qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration # need use the modeling_qwen3_vl_moe.py provided to load the model
18
  from transformers import AutoProcessor
 
12
  ## How To Use
13
 
14
  ### INT4 Inference
15
+ **Please import `Qwen3VLMoeForConditionalGeneration` from `modeling_qwen3_vl_moe.py` in the model folder.**
16
  ```python
17
  from modeling_qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration # need use the modeling_qwen3_vl_moe.py provided to load the model
18
  from transformers import AutoProcessor