一个基于Gradio的大型语言模型网页界面,支持多种推理后端。其目标是成为文本生成领域的AUTOMATIC1111/stable-diffusion-webui(即达到类似该图像生成项目在业界的影响力)。
项目地址::https://github.com/oobabooga/text-generation-webui
常见问题
1、点击start_windows.bat安装报错后,点击start_windows.bat提示:ModuleNotFoundError: No module named 'yaml'。
全部错误:
Traceback (most recent call last):
File "E:\github\text-generation-webui\server.py", line 4, in <module>
from modules import shared
File "E:\github\text-generation-webui\modules\shared.py", line 8, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
待查找解决方案。