This commit is contained in:
stephen_zhu 2024-03-08 12:47:44 +08:00
parent cdb7f82869
commit aa71571b77
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if TYPE_CHECKING:
from transformers import PretrainedConfig, PreTrainedTokenizer
from trl import AutoModelForCausalLMWithValueHead
from ..hparams import ModelArguments
from ..hparams import ModelArguments,FinetuningArguments
logger = get_logger(__name__)