Skip to content

Commit

Permalink
revert FlagEmbedding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 committed Nov 1, 2024
1 parent 1d439b8 commit cd744df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
pip install modelscope
pip install diffusers
pip install protobuf
pip install "FlagEmbedding<1.3.0"
pip install FlagEmbedding
pip install "tenacity>=8.2.0,<8.4.0"
pip install -e ".[dev]"
pip install "jinja2==3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion xinference/deploy/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimum
attrdict # For deepseek VL
timm>=0.9.16 # For deepseek VL
torchvision # For deepseek VL
FlagEmbedding<1.3.0 # For rerank
FlagEmbedding # For rerank
funasr
omegaconf~=2.3.0 # For ChatTTS
nemo_text_processing<1.1.0 # 1.1.0 requires pynini==2.1.6.post1
Expand Down
2 changes: 1 addition & 1 deletion xinference/deploy/docker/requirements_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protobuf
einops
tiktoken
sentence-transformers>=3.1.0
FlagEmbedding<1.3.0
FlagEmbedding
diffusers>=0.30.0
controlnet_aux
orjson
Expand Down

0 comments on commit cd744df

Please sign in to comment.