大模型调试过程常见问题(随时更新) 用户6335158308912 2025-04-07 3 阅读1分钟 1. 启动llama-factory webui时报: argument of type 'bool' is not iterable。 将pydantic版本回退到: 2.10.6 可以解决 pip uninstall pydantic pip install pydantic==2.10.6