Skip to content

Commit

Permalink
Ensure no issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Sep 20, 2024
1 parent 650070b commit aff4fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/run_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ patch $sp/autogen/agentchat/conversable_agent.py docs/autogen2.patch

# diff -Naru /home/jon/miniconda3/envs/h2ogpt/lib/python3.10/site-packages/openai/_streaming.py ~/_streaming.py > docs/openai.patch
patch $sp/openai/_streaming.py docs/openai.patch

find $sp/flaml/ -type f -name '*.py' -exec sed -i 's/^except ImportError:/except (ModuleNotFoundError, ImportError):/g' {} +
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "c322109a5b75252d19bc0f1202f6176657af6492"
__version__ = "650070ba7297971f59e8f493fc9af52c0082fd50"

0 comments on commit aff4fa0

Please sign in to comment.