Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

update requirements #1509

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ FlagEmbedding
InstructorEmbedding
langchain==0.1.11
langchain-community==0.0.27
langchain_core==0.1.35
langid
markdown
openpyxl
PyMuPDF
python-docx
qdrant-client
qdrant-client==1.8.2
rank_bm25
scikit-learn
sentence-transformers==2.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jsonlines
kornia==0.6.8
langchain==0.1.11
langchain-community==0.0.27
langchain_core==0.1.35
langid
librosa
lm-eval
Expand Down Expand Up @@ -62,7 +63,7 @@ pypinyin
python-docx
python-multipart
pyyaml
qdrant-client
qdrant-client==1.8.2
rank_bm25
resampy==0.3.1
rouge_score
Expand Down
2 changes: 1 addition & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
cmake
ninja
torch
torch==2.2.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
py-cpuinfo
setuptools>=65
setuptools_scm[toml]>=6.2
torch
torch==2.2.0
Loading