File size: 264 Bytes
625a17f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# 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