Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ Please follow the license of the original model.
|
|
| 12 |
## How To Use
|
| 13 |
|
| 14 |
### INT4 Inference
|
| 15 |
-
**
|
| 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
|