17 lines
2.0 KiB
Plaintext
17 lines
2.0 KiB
Plaintext
#executer pip install -r requirements.txt
|
|
numpy<2
|
|
pandas>=2.1.4,<3.0
|
|
scikit-learn
|
|
torch --index-url https://download.pytorch.org/whl/cpu
|
|
transformers
|
|
accelerate>=1.2.1,<2.0.0
|
|
sentence-transformers
|
|
pyarrow==14.0.1
|
|
|
|
# Default Dependencies
|
|
pydantic>=2.0.0 # For data validation
|
|
lancedb==0.6.13
|
|
docling==2.31.0
|
|
cohere==5.15.0
|
|
requests>=2.31.0
|