n1ck-guo commited on
Commit
2976fc5
·
verified ·
1 Parent(s): e374524

Update README.md

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