update readme

Former-commit-id: bc861f76706df3f643028f1dfc8ec2044b067a08
This commit is contained in:
hiyouga
2024-05-28 19:35:52 +08:00
parent 9138a7a5ba
commit ae3a88d3a7
3 changed files with 6 additions and 9 deletions

View File

@@ -4,8 +4,7 @@ import subprocess
import sys
from enum import Enum, unique
from llamafactory import launcher
from . import launcher
from .api.app import run_api
from .chat.chat_model import run_chat
from .eval.evaluator import run_eval