Skip to content

Commit

Permalink
Revert due to gradio-app/gradio#7391
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Feb 12, 2024
1 parent 2a3db78 commit 9535a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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==4.18.0
gradio_client==0.10.0
gradio==4.17.0
gradio_client==0.9.0
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==4.18.0
gradio==4.17.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.10.0
gradio_client==0.9.0
beautifulsoup4==4.12.2
markdown==3.4.3

Expand Down

0 comments on commit 9535a86

Please sign in to comment.