From 1c23bf73365e697fc4af095445592d2760185ab2 Mon Sep 17 00:00:00 2001 From: slorello89 Date: Thu, 6 Jun 2024 16:30:31 -0400 Subject: [PATCH] fixing pull models file --- fetch-models.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fetch-models.sh b/fetch-models.sh index 89d9234f..ca4213f5 100644 --- a/fetch-models.sh +++ b/fetch-models.sh @@ -1,9 +1,11 @@ -#!/bin/bash - +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 -curl -o ./src/Redis.OM.Vectorizers.Resnet18/Resources/ResNetPrepOnnx/ResNetPreprocess.onnx https://storage.googleapis.com/slorello/ResNetPreprocess.onnx \ No newline at end of file +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