Update README.md
Browse files
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 |
-
#
|
16 |
|
17 |
```base
|
18 |
-
pip install torch==2.
|
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
|