Initial commit
This commit is contained in:
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@ -0,0 +1,16 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user