Rodeszones commited on
Commit
9eabd7b
1 Parent(s): 7b16d06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,10 +12,10 @@ pipeline_tag: visual-question-answering
12
  <img src="https://github.com/THUDM/CogVLM/raw/main/assets/metrics-min.png" alt="img" style="zoom: 50%;" />
13
  </div>
14
 
15
- # Dependencies
16
 
17
  ```base
18
- pip install torch==2.1.0 transformers==4.35.0 accelerate==0.24.1 sentencepiece==0.1.99 einops==0.7.0 xformers==0.0.22.post7 triton==2.1.0
19
  ```
20
 
21
  # Qiuckstart
 
12
  <img src="https://github.com/THUDM/CogVLM/raw/main/assets/metrics-min.png" alt="img" style="zoom: 50%;" />
13
  </div>
14
 
15
+ # My env pip list
16
 
17
  ```base
18
+ pip install torch==2.2.0+cu121 transformers==4.38.1 accelerate==0.27.2 sentencepiece==0.1.99 einops==0.7.0 xformers==0.0.24 triton==2.1.0 bitsandbytes==0.43.0.dev0 protobuf==3.20.3
19
  ```
20
 
21
  # Qiuckstart