Rodeszones
commited on
Commit
•
e3c1819
1
Parent(s):
0c415aa
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,13 @@ pipeline_tag: visual-question-answering
|
|
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
|
22 |
|
|
|
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 |
+
For triton and bitsandbytes on windows use this files:
|
21 |
+
|
22 |
+
```base
|
23 |
+
pip install bitsandbytes-0.43.0.dev0-cp310-cp310-win_amd64.whl
|
24 |
+
|
25 |
+
pip install triton-2.1.0-cp310-cp310-win_amd64.whl
|
26 |
+
```
|
27 |
|
28 |
# Qiuckstart
|
29 |
|