update readme

Former-commit-id: 087b9faa39
This commit is contained in:
hiyouga
2024-05-28 19:35:52 +08:00
parent 3ea8f5e6b9
commit 3152c7dd1c
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