Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,12 @@ Please follow the license of the original model.
|
|
12 |
|
13 |
## How To Use
|
14 |
|
|
|
15 |
### INT4 Inference
|
|
|
|
|
|
|
|
|
16 |
```python
|
17 |
from transformers import AutoProcessor, Glm4vMoeForConditionalGeneration
|
18 |
import torch
|
|
|
12 |
|
13 |
## How To Use
|
14 |
|
15 |
+
|
16 |
### INT4 Inference
|
17 |
+
#### requirement
|
18 |
+
```bash
|
19 |
+
pip install transformers-v4.55.0-GLM-4.5V-preview
|
20 |
+
```
|
21 |
```python
|
22 |
from transformers import AutoProcessor, Glm4vMoeForConditionalGeneration
|
23 |
import torch
|