File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments