From 5f2f7ba2188fb63f153c966f1af7703bb0995e3f Mon Sep 17 00:00:00 2001 From: owen <408113950@qq.com> Date: Mon, 29 May 2023 16:04:17 +0800 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 requirements.txt 本次提交更新了 requirements.txt 文件,解决了一个bug,原版本int4运行web_demo_hf.py,吐出的字带html符号 。这是因为默认下载的gradio版本过高所致,默认是3.32.0改成3.28.0之后,这个问题就解决了 请审查并合并此更新。 谢谢。 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f594164..26369bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ torch>1.10.0 torchvision transformers>=4.27.1 mdtex2html -gradio \ No newline at end of file +gradio=3.28.0