File size: 304 Bytes
f37688e
 
 
 
6847740
8de0610
f37688e
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import os

os.system('git clone https://github.com/modelscope/swift.git')
os.system('pip install ./swift["llm"]')
os.system('pip install llmuses==0.3.0')
os.system('pip install huggingface_hub trl accelerate peft transformers -U')

from swift.ui.app import run_ui

if __name__ == '__main__':
    run_ui()