File size: 488 Bytes
f70e4f4
 
 
 
 
 
 
 
 
81e28a1
 
f70e4f4
81e28a1
 
f70e4f4
 
 
81e28a1
 
f70e4f4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash

conda env remove --name qMTEB -y
conda create --name qMTEB python=3.9 -y

source activate qMTEB

conda install -c intel openmp 
conda install nomkl 
pip install torch torchvision torchaudio
pip install  -e /Users/varun/documents/python/embeddings/sentence-transformers
pip install mteb
pip install onnxruntime-silicon
python -m pip install "optimum[onnxruntime]@git+https://github.com/huggingface/optimum.git"

source link.sh

source activate qMTEB

echo "Setup completed!"