Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
# os.system('pip install bitsandbytes')
|
3 |
# os.system('pip install -q datasets loralib sentencepiece accelerate')
|
4 |
# os.system('pip install -q git+https://github.com/zphang/transformers@c3dc391')
|
@@ -7,6 +7,7 @@
|
|
7 |
# os.system('pip install torch')
|
8 |
# os.system('pip install peft')
|
9 |
# os.system('pip install transformers')
|
|
|
10 |
|
11 |
import re
|
12 |
import yaml
|
|
|
1 |
+
import os
|
2 |
# os.system('pip install bitsandbytes')
|
3 |
# os.system('pip install -q datasets loralib sentencepiece accelerate')
|
4 |
# os.system('pip install -q git+https://github.com/zphang/transformers@c3dc391')
|
|
|
7 |
# os.system('pip install torch')
|
8 |
# os.system('pip install peft')
|
9 |
# os.system('pip install transformers')
|
10 |
+
os.system('pip install tenacity')
|
11 |
|
12 |
import re
|
13 |
import yaml
|