Commit d6ab59c8 authored by zhougaofeng's avatar zhougaofeng
Browse files

Upload New File

parent c6f1f140
Pipeline #1111 canceled with stages
from llamafactory.train.tuner import run_exp
def main():
run_exp()
def _mp_fn(index):
# For xla_spawn (TPUs)
run_exp()
if __name__ == "__main__":
main()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment