From 48a94d70421c9e184bd9e4fa14e5eb00ba73ddbb Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Sat, 7 Jun 2025 23:40:42 +0300 Subject: [PATCH] Update dl_safetensors.sh --- llm_router/dl_safetensors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llm_router/dl_safetensors.sh b/llm_router/dl_safetensors.sh index 7fd1a51..5937d0d 100755 --- a/llm_router/dl_safetensors.sh +++ b/llm_router/dl_safetensors.sh @@ -1,6 +1,6 @@ ########## # Dummy script to download the model -# Because dowloading with hugging face does not seem to work, maybe I am doing something wrong? +# Because downloading with hugging face does not seem to work, maybe I am doing something wrong? # AdaptiveClassifier.from_pretrained("adaptive-classifier/llm-router") ----> result in config.json not found # Therefore, I put all the files in llm_router and download the model file with this script, If you know a better way please raise an issue ######### @@ -30,4 +30,4 @@ if [ ! -f "$FILENAME" ]; then fi else echo "File already exists, skipping download" -fi \ No newline at end of file +fi