bbb / swift /cli /sft.py
novateur's picture
Add files using upload-large-folder tool
4d479b7 verified
# Copyright (c) Alibaba, Inc. and its affiliates.
import os
from swift.llm import sft_main
if __name__ == '__main__':
sft_main()