Skip to content

Commit 2f67fcb

Browse files
author
Liav Weiss
committed
fix: resolve remaining conflict in models.mk after rebase
1 parent 5cc83e3 commit 2f67fcb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/make/models.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ download-models-full: ## Download all models used in local development and docs
175175
download-models-lora:
176176
download-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)
208204
clean-minimal-models: ## Remove minimal models to save disk space

0 commit comments

Comments
 (0)