From 71590426f9f346caab309304df5be9bda6dde7bc Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:16:49 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b40282a..2163586 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ - +> **Note** +> +> 本项目依赖的Gradio组件的最新版pip包有bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> +> `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` +> # ChatGPT 学术优化 From ddb6c90a8fbaccd9100e24983ffb7dce849d0091 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:17:04 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2163586..f6c3c0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > -> 本项目依赖的Gradio组件的最新版pip包有bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> 本项目依赖的Gradio组件的最新版pip包有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 > > `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` > From 09c413a2729b1ea521c17d870da539e49ec4c534 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:17:58 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c3c0e..3e2b7cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > -> 本项目依赖的Gradio组件的最新版pip包有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> 本项目依赖的Gradio组件的最新版pip包有严重bug需要降级使用。所以,请在安装时严格选择requirements.txt中**指定的版本**。 > > `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` > From 4451770061f0f61a5b8e314733e5091b01ee8d85 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:24:29 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2b7cb..9ca6411 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > -> 本项目依赖的Gradio组件的最新版pip包有严重bug需要降级使用。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> 本项目依赖的Gradio组件的较新版pip包(3.26~3.27)有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 > > `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` > From 75adcbffeb05d2a6ff89d29609a9ce6bc7e77ef3 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:24:46 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca6411..1407260 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > -> 本项目依赖的Gradio组件的较新版pip包(3.26~3.27)有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> 本项目依赖的Gradio组件的较新版pip包(Gradio 3.26~3.27)有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 > > `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` > From 22bffdb737601976cde948369dc17f1a07d07ec6 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:25:10 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1407260..28fc7f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > -> 本项目依赖的Gradio组件的较新版pip包(Gradio 3.26~3.27)有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 +> 本项目依赖的Gradio组件的新版pip包(Gradio 3.26~3.27)有严重bug。所以,请在安装时严格选择requirements.txt中**指定的版本**。 > > `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/` >