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