- Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathfetch-models.sh
11 lines (8 loc) · 811 Bytes
/
fetch-models.sh
1
2
3
4
5
6
7
8
9
10
11
mkdir -p ./src/Redis.OM.Vectorizers.AllMiniLML6V2/Resources && \
curl -o ./src/Redis.OM.Vectorizers.AllMiniLML6V2/Resources/model.onnx https://storage.googleapis.com/slorello/model.onnx
mkdir -p ./src/Redis.OM.Vectorizers.AllMiniLML6V2/Resources && \
curl -o ./src/Redis.OM.Vectorizers.AllMiniLML6V2/Resources/vocab.txt https://storage.googleapis.com/slorello/vocab.txt
mkdir -p ./src/Redis.OM.Vectorizers.Resnet18/Resources/ResNet18Onnx && \
curl -o ./src/Redis.OM.Vectorizers.Resnet18/Resources/ResNet18Onnx/ResNet18.onnx https://storage.googleapis.com/slorello/ResNet18.onnx
mkdir -p ./src/Redis.OM.Vectorizers.Resnet18/Resources/ResNetPrepOnnx && \
curl -o ./src/Redis.OM.Vectorizers.Resnet18/Resources/ResNetPrepOnnx/ResNetPreprocess.onnx https://storage.googleapis.com/slorello/ResNetPreprocess.onnx