From 168add7ec85b84531d40971be237fbec0d546e13 Mon Sep 17 00:00:00 2001 From: ochafik Date: Mon, 28 Oct 2024 02:06:00 +0000 Subject: [PATCH] Update tool_call.feature --- examples/server/tests/features/tool_call.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/server/tests/features/tool_call.feature b/examples/server/tests/features/tool_call.feature index 583e7211f..7b332f015 100644 --- a/examples/server/tests/features/tool_call.feature +++ b/examples/server/tests/features/tool_call.feature @@ -92,7 +92,7 @@ Feature: llama.cpp server | tool_name | tool_arguments | hf_repo | hf_file | template_override | | ipython | {"code": "print('Hello, World!')"} | bartowski/Phi-3.5-mini-instruct-GGUF | Phi-3.5-mini-instruct-Q4_K_M.gguf | | | ipython | {"code": "print('Hello, World!')"} | NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF | Hermes-2-Pro-Llama-3-8B-Q8_0.gguf | NousResearch-Hermes-2-Pro-Llama-3-8B-tool_use | - | ipython | {"code": "print('Hello, World!')\n"} | bartowski/Mistral-Nemo-Instruct-2407-GGUF | Mistral-Nemo-Instruct-2407-Q8_0.gguf | mistralai-Mistral-Nemo-Instruct-2407 | + | ipython | {"code": "print('Hello, World!')"} | bartowski/Mistral-Nemo-Instruct-2407-GGUF | Mistral-Nemo-Instruct-2407-Q8_0.gguf | mistralai-Mistral-Nemo-Instruct-2407 | | ipython | {"code": "print('Hello, World!'}"} | lmstudio-community/Llama-3.2-1B-Instruct-GGUF | Llama-3.2-1B-Instruct-Q4_K_M.gguf | meta-llama-Llama-3.2-3B-Instruct | | ipython | {"code": "print("} | lmstudio-community/Llama-3.2-3B-Instruct-GGUF | Llama-3.2-3B-Instruct-Q6_K.gguf | meta-llama-Llama-3.2-3B-Instruct | | ipython | {"code": "print("} | lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF | Meta-Llama-3.1-8B-Instruct-Q5_K_M.gguf | | @@ -102,9 +102,8 @@ Feature: llama.cpp server @slow - Scenario Outline: Python hello world w/ + no tool yields no tool call + Scenario Outline: Python hello world w/o tools yields no tool call Given a model file Phi-3.5-mini-instruct-Q4_K_M.gguf from HF repo bartowski/Phi-3.5-mini-instruct-GGUF - And a test chat template file named And no warmup And the server is starting And the server is healthy