Rodeszones
commited on
Commit
•
7b16d06
1
Parent(s):
67159bb
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,10 @@ pipeline_tag: visual-question-answering
|
|
14 |
|
15 |
# Dependencies
|
16 |
|
|
|
|
|
|
|
|
|
17 |
# Qiuckstart
|
18 |
|
19 |
```python
|
|
|
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
|
22 |
|
23 |
```python
|