tastelikefeet commited on
Commit
8de0610
1 Parent(s): c8f1b8b

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
 
3
  os.system('git clone https://github.com/modelscope/swift.git')
4
  os.system('pip install ./swift["llm"]')
5
- os.system('pip install huggingface_hub trl accelerate peft transformers llmuses -U')
 
6
 
7
  from swift.ui.app import run_ui
8
 
 
2
 
3
  os.system('git clone https://github.com/modelscope/swift.git')
4
  os.system('pip install ./swift["llm"]')
5
+ os.system('pip install llmuses=0.3.0')
6
+ os.system('pip install huggingface_hub trl accelerate peft transformers -U')
7
 
8
  from swift.ui.app import run_ui
9