YuqianFu's picture
Upload folder using huggingface_hub
625a17f verified
# name: sbert
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- python=3.10.*
- pip
postinstall: |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install transformers sentence-transformers