File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,6 @@ download-models-full: ## Download all models used in local development and docs
175175download-models-lora :
176176download-models-lora : # # Download LoRA adapters and advanced embedding models only
177177 @mkdir -p models
178- <<<<<<< HEAD
179- PYTHONPATH=src python -m model_manager --config config/model_manager/models.lora.yaml
180- ====== =
181178 @echo " Downloading LoRA adapters and advanced embedding models..."
182179 @if [ ! -f " models/lora_intent_classifier_bert-base-uncased_model/.downloaded" ] || [ ! -d " models/lora_intent_classifier_bert-base-uncased_model" ]; then \
183180 hf download LLM-Semantic-Router/lora_intent_classifier_bert-base-uncased_model --local-dir models/lora_intent_classifier_bert-base-uncased_model && printf ' %s\n' " $$ (date -u +%Y-%m-%dT%H:%M:%SZ)" > models/lora_intent_classifier_bert-base-uncased_model/.downloaded; \
@@ -202,7 +199,6 @@ download-models-lora: ## Download LoRA adapters and advanced embedding models on
202199 }; \
203200 fi ; \
204201 fi
205- >>>>>>> fee395f (feat : re-enable EmbeddingGemma-300m support)
206202
207203# Clean up minimal models to save disk space (for CI)
208204clean-minimal-models : # # Remove minimal models to save disk space
You can’t perform that action at this time.
0 commit comments