hugo1234 commited on
Commit
dcf3d79
1 Parent(s): 814b077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,12 +1,12 @@
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')
5
  os.system('pip install -q git+https://github.com/huggingface/peft.git')
6
  # os.system('pip install gradio')
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
 
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')
5
  os.system('pip install -q git+https://github.com/huggingface/peft.git')
6
  # os.system('pip install gradio')
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