Skip to content

Commit 1219ad9

Browse files
guygirvMaroon
authored andcommitted
Removed validation test since no script for it currently
Signed-off-by: Guy Girmonsky <[email protected]>
1 parent 9365b78 commit 1219ad9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,6 @@ e2e-test: download-tokenizer
8787
@printf "\033[33;1m==== Running unit tests ====\033[0m\n"
8888
go test -v -ldflags="$(LDFLAGS)" ./tests/...
8989

90-
.PHONY: validate-chat-templates
91-
validate-chat-templates: ## Run chat template validation tests against vLLM
92-
@printf "\033[33;1m==== Running Chat Template Validation Tests ====\033[0m\n"
93-
@echo "Running tests for all models..."
94-
python3 scripts/run_chat_template_validation.py --model "TroyDoesAI/Llama-3.1-8B-Instruct"
95-
96-
.PHONY: validate-chat-template
97-
validate-chat-template: ## Run chat template validation for a specific model (usage: make validate-chat-template MODEL=model-name)
98-
@printf "\033[33;1m==== Running Chat Template Validation for $(MODEL) ====\033[0m\n"
99-
python3 scripts/run_chat_template_validation.py --model "$(MODEL)" --save
100-
101-
.PHONY: validate-chat-template-default
102-
validate-chat-template-default: ## Run chat template validation for default model
103-
@printf "\033[33;1m==== Running Chat Template Validation for Default Model ====\033[0m\n"
104-
python3 scripts/run_chat_template_validation.py --model "OpenAI-ChatGPT/ChatGPT-4-Micro"
10590

10691
##@ Build
10792

0 commit comments

Comments
 (0)