修复lora/ft测试代码处传参错误的内容

This commit is contained in:
Ayin1412
2025-12-06 14:49:35 +08:00
parent 1b0ff5693c
commit 58717d7d82
2 changed files with 6 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ def main():
prompt_text=prompt_text,
cfg_value=args.cfg_value,
inference_timesteps=args.inference_timesteps,
max_length=args.max_len,
max_len=args.max_len,
normalize=args.normalize,
denoise=False,
)