tastelikefeet commited on
Commit
c8f1b8b
·
verified ·
1 Parent(s): f37688e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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 -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 huggingface_hub trl accelerate peft transformers llmuses -U')
6
 
7
  from swift.ui.app import run_ui
8