Skip to content

Commit

Permalink
Go back to 4.18.0 gradio that does not work on k8 for multiple pods g…
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Feb 12, 2024
1 parent 0c90e3f commit f950e38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions reqs_optional/reqs_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ensure doesn't drift, e.g. https://github.com/h2oai/h2ogpt/issues/1348
torch==2.1.2
gradio==3.50.2
gradio_client==0.6.1
gradio==4.18.0
gradio_client==0.10.0
2 changes: 1 addition & 1 deletion reqs_optional/requirements_optional_langchain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ weaviate-client==3.25.3
# vllm==0.2.2

# only gradio>=4
#gradio_pdf==0.0.4
gradio_pdf==0.0.4
gradio_tools==0.0.9
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# for generate (gradio server) and finetune
datasets==2.16.1
sentencepiece==0.1.99
gradio==3.50.2
gradio==4.18.0
sse_starlette==1.8.2
huggingface_hub==0.19.4
appdirs==1.4.4
Expand Down Expand Up @@ -39,7 +39,7 @@ tensorboard==2.13.0
neptune==1.2.0

# for gradio client
gradio_client==0.6.1
gradio_client==0.10.0
beautifulsoup4==4.12.2
markdown==3.4.3

Expand Down

0 comments on commit f950e38

Please sign in to comment.