Skip to content

Commit

Permalink
[CI] [Windows] Fix DocIO Compilation (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: tjtanaa <tunjian.tan@embeddedllm.com>
  • Loading branch information
tjtanaa and tjtanaa authored Aug 19, 2024
1 parent b48a220 commit 1a6ee26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/compile_docio_exe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ cd .\clients\python
pip install .
cd .\..\..\services\docio
pip install -e .
pip install pyinstaller
pip install pyinstaller==6.9.0
pip install cryptography==42.0.8
pip install python-magic-bin
pyinstaller docio.spec
2 changes: 1 addition & 1 deletion services/docio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies = [
"python-multipart",
"s3fs",
"timm",
"torch",
"torch~=2.2.0",
"transformers>=4.38.2",
"unstructured-client @ git+https://github.com/EmbeddedLLM/unstructured-python-client.git@fix-nested-asyncio-conflict-with-uvloop#egg=unstructured-client",
"unstructured~=0.14.9",
Expand Down

0 comments on commit 1a6ee26

Please sign in to comment.