Skip to content

Commit

Permalink
Avoid tenacity 8.4.0. Fixes #1688
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Jun 17, 2024
1 parent f5f4000 commit 1559655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ pip install -r reqs_optional/requirements_optional_agents.txt -c reqs_optional/r
pip uninstall flash_attn autoawq autoawq-kernels -y
pip install flash_attn autoawq autoawq-kernels --no-cache-dir -c reqs_optional/reqs_constraints.txt

# work-around issue with tenacity 8.4.0
pip install tenacity==8.3.0 -c reqs_optional/reqs_constraints.txt

bash ./docs/run_patches.sh

Expand Down
2 changes: 2 additions & 0 deletions reqs_optional/reqs_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ torch==2.2.1
gradio==4.26.0
gradio_client==0.15.1
transformers==4.41.0
# https://github.com/langchain-ai/langchain/issues/22972
tenacity==8.3.0
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "c313dc0e46b5cffec74267eda1065ae137dfe3f0"
__version__ = "f5f40005af637af4295c83c9c30f9d0c5deaba4c"

0 comments on commit 1559655

Please sign in to comment.