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

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 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
 
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