File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 path : |
5858 models/
59- ~/.cache/huggingface/
6059 key : ${{ runner.os }}-models-v1-${{ hashFiles('tools/make/models.mk') }}
6160 restore-keys : |
6261 ${{ runner.os }}-models-v1-
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ download-models:
1919 hf download LLM-Semantic-Router/pii_classifier_modernbert-base_presidio_token_model --local-dir models/pii_classifier_modernbert-base_presidio_token_model; \
2020 fi
2121
22- @if [ ! -d "lora_intent_classifier_bert-base-uncased_model" ]; then \
22+ @if [ ! -d "models/ lora_intent_classifier_bert-base-uncased_model" ]; then \
2323 hf download LLM-Semantic-Router/lora_intent_classifier_bert-base-uncased_model --local-dir models/lora_intent_classifier_bert-base-uncased_model; \
2424 fi
2525
You can’t perform that action at this time.
0 commit comments