Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit db209b4

Browse files
authored
Remove the specified versions from requirements (#1066)
1 parent 9729b6a commit db209b4

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

intel_extension_for_transformers/neural_chat/ui/gradio/basic/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ The URL to access the chatbot frontend is http://{SERVER_IP_ADDRESS}:80. Please
7171
You also have the option to update the backend service URL in the `app.py` file.
7272

7373
![Update backend URL](https://i.imgur.com/gRtZHrJ.png)
74+
75+
>**Note**: Please use Gradio version 3.36.0.

intel_extension_for_transformers/neural_chat/ui/gradio/basic/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ requests
66
huggingface_hub
77
markdown2
88
nh3
9-
gradio==3.36.0
9+
gradio
1010
fschat

intel_extension_for_transformers/neural_chat/ui/gradio/side_by_side/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ The URLs to access the chatbot frontend are http://{SERVER_IP_ADDRESS_1}:80 and
7474
You also have the option to update the backend service URL in the `app.py` file.
7575

7676
![Update backend URL](https://i.imgur.com/j7TTYaW.png)
77+
78+
>**Note**: Please use Gradio version 3.34.0.

intel_extension_for_transformers/neural_chat/ui/gradio/side_by_side/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ requests
66
huggingface_hub
77
markdown2
88
nh3
9-
gradio==3.34.0
9+
gradio
1010
fschat

workflows/chatbot/demo/basic_frontend/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ For detailed information about the configuration settings, please refer to the [
1818

1919
## 🚀 Setup application
2020
To set up your application, copy the code files from this directory and configure them as needed. Alternatively, you can clone the existing space from [https://huggingface.co/spaces/Intel/NeuralChat-MPT](https://huggingface.co/spaces/Intel/NeuralChat-MPT).
21+
22+
23+
>**Note**: Please use Gradio version 3.36.0.

workflows/chatbot/demo/basic_frontend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ requests
66
huggingface_hub
77
markdown2
88
nh3
9-
gradio==3.36.0
9+
gradio

0 commit comments

Comments
 (0)