Spaces:
Running
on
Zero
Running
on
Zero
File size: 194 Bytes
d59f323 |
1 2 3 4 5 6 7 8 9 10 |
from xtuner.tools.train import main as train
try:
import torch
import torch_npu
from torch_npu.contrib import transfer_to_npu
except:
pass
if __name__ == '__main__':
train()
|