1、环境
Python 3.10
2、遇见的问题
2.1 AssertionError: Torch not compiled with CUDA enabled
CUDA和pytorch的版本不匹配
https://pytorch.org/
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
2.2 运行后,回复内容不全
gradio版本太新造成的
pip uninstall gradio
pip install gradio==3.39.0
2.3 AttributeError: 'Textbox' object has no attribute 'style'
这个错误同2.2 解决方案