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
代码可以重写,人生却只有一次运行机会,终极改写......
发布于 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
Comments NOTHING