Files
wehub-resource-sync a203934033
Lint test / lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

8 lines
220 B
Python

# Copyright (c) ModelScope Contributors. All rights reserved.
if __name__ == '__main__':
from swift.ray_utils import try_init_ray
try_init_ray()
from swift.pipelines import sampling_main
sampling_main()