Update train.py

Former-commit-id: 1c3c4989022025db756965350ae0381fc9db32e5
This commit is contained in:
hoshi-hiyouga 2024-05-14 20:47:52 +08:00 committed by GitHub
parent fe586de344
commit 082506eba8

View File

@ -1,5 +1,8 @@
import os
import torch
from transformers import is_torch_npu_available
from llmtuner.train.tuner import run_exp