Skip to content

Commit

Permalink
Fix bug when use model nomic-ai/nomic-embed-text-v1.5 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: kaixuanliu <[email protected]>
  • Loading branch information
kaixuanliu authored Aug 20, 2024
1 parent a0cc24f commit cd26d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/python/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
xxhash==3.4.1 ; python_version >= "3.9" and python_version < "3.13"
yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13"
zipp==3.18.1 ; python_version >= "3.9" and python_version < "3.13"
einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"

0 comments on commit cd26d3d

Please sign in to comment.