This commit is contained in:
hiyouga
2023-10-10 17:41:13 +08:00
parent 8e2ed6b8ce
commit e1dcb8e4dc
9 changed files with 22 additions and 29 deletions

View File

@@ -1,8 +1,7 @@
import gradio as gr
from typing import TYPE_CHECKING, Dict
from transformers.trainer_utils import SchedulerType
import gradio as gr
from llmtuner.extras.constants import TRAINING_STAGES
from llmtuner.webui.common import list_checkpoint, list_dataset, DEFAULT_DATA_DIR
from llmtuner.webui.components.data import create_preview_box