File size: 210 Bytes
96fe658
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) Alibaba, Inc. and its affiliates.
import os

if int(os.environ.get('UNSLOTH_PATCH_TRL', '0')) != 0:
    import unsloth

from swift.llm import sft_main

if __name__ == '__main__':
    sft_main()