egon-nlpulse
commited on
Commit
•
f1f7e0a
1
Parent(s):
17ff838
ajustes
Browse files
README.md
CHANGED
@@ -83,12 +83,12 @@ for text in text_list:
|
|
83 |
|
84 |
## Requirements
|
85 |
```
|
86 |
-
pip install -
|
87 |
-
pip install -
|
88 |
-
pip install -
|
89 |
-
pip install -
|
90 |
-
pip install -
|
91 |
-
pip install -
|
92 |
```
|
93 |
|
94 |
## Scripts
|
|
|
83 |
|
84 |
## Requirements
|
85 |
```
|
86 |
+
pip install -U bitsandbytes
|
87 |
+
pip install -U git+https://github.com/huggingface/transformers.git
|
88 |
+
pip install -U git+https://github.com/huggingface/peft.git
|
89 |
+
pip install -U accelerate
|
90 |
+
pip install -U datasets
|
91 |
+
pip install -U scipy
|
92 |
```
|
93 |
|
94 |
## Scripts
|