hugo1234 commited on
Commit
62d64b0
1 Parent(s): 06c6d19

Update app.py

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