Datasets:

ArXiv:
shulin16's picture
Add files using upload-large-folder tool
529d89f verified
Raw
History Blame Contribute Delete
235 Bytes
# Copyright (c) ModelScope Contributors. All rights reserved.
import os
if __name__ == '__main__':
os.environ.setdefault('CUDA_DEVICE_MAX_CONNECTIONS', '1')
from swift.megatron import megatron_sft_main
megatron_sft_main()