run style check

Former-commit-id: 5ec33baf5f95df9fa2afe5523c825d3eda8a076b
This commit is contained in:
Eric Tang
2025-01-06 23:55:56 +00:00
committed by hiyouga
parent 8683582300
commit 4f31ad997c
7 changed files with 54 additions and 35 deletions

View File

@@ -25,9 +25,10 @@ from .eval.evaluator import run_eval
from .extras import logging
from .extras.env import VERSION, print_env
from .extras.misc import get_device_count
from .integrations.ray.ray_utils import should_use_ray
from .train.tuner import export_model, run_exp
from .webui.interface import run_web_demo, run_web_ui
from .integrations.ray.ray_utils import should_use_ray
USAGE = (
"-" * 70