SavantRRFCR / environment.yml
antonypamo's picture
Update environment.yml
60038df verified
raw
history blame contribute delete
274 Bytes
name: savant-env
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- numpy
- scipy
- torch
- faiss-cpu=1.11.0
- gitpython
- pytest
- flake8
# Add these
- pip
- pip:
- sentence-transformers==2.2.2
- huggingface_hub==0.14.1