Spaces:
Running
on
Zero
Running
on
Zero
File size: 175 Bytes
0f43f8a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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()
|