6 lines
144 B
Python
6 lines
144 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from swift.pipelines import eval_main
|
|
|
|
if __name__ == '__main__':
|
|
eval_main()
|