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 56
56
with :
57
57
path : |
58
58
models/
59
- ~/.cache/huggingface/
60
59
key : ${{ runner.os }}-models-v1-${{ hashFiles('tools/make/models.mk') }}
61
60
restore-keys : |
62
61
${{ runner.os }}-models-v1-
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ download-models:
19
19
hf download LLM-Semantic-Router/pii_classifier_modernbert-base_presidio_token_model --local-dir models/pii_classifier_modernbert-base_presidio_token_model; \
20
20
fi
21
21
22
- @if [ ! -d "lora_intent_classifier_bert-base-uncased_model" ]; then \
22
+ @if [ ! -d "models/ lora_intent_classifier_bert-base-uncased_model" ]; then \
23
23
hf download LLM-Semantic-Router/lora_intent_classifier_bert-base-uncased_model --local-dir models/lora_intent_classifier_bert-base-uncased_model; \
24
24
fi
25
25
You can’t perform that action at this time.
0 commit comments