终极 改写 发布于 2025-04-01 217 次阅读


LLaMA-Factory 运行 WebUI 报错,报错位置:gradio_client/utils.py, line 898, in get_type

错误提示:TypeError: argument of type 'bool' is not iterable

降级 pydantic 解决:

pip install pydantic==2.10.6