From fe575a0fdfa891d3b33d9540036e749b8f8c4883 Mon Sep 17 00:00:00 2001 From: Rugved Somwanshi Date: Wed, 19 Mar 2025 18:35:32 -0400 Subject: [PATCH] Update report.md to reflect current version support --- llama_stack/templates/lmstudio/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/templates/lmstudio/report.md b/llama_stack/templates/lmstudio/report.md index ab1be12c6..de28685b1 100644 --- a/llama_stack/templates/lmstudio/report.md +++ b/llama_stack/templates/lmstudio/report.md @@ -25,7 +25,7 @@ | Llama-3.2-11B-Vision-Instruct | /chat_completion | streaming | test_image_chat_completion_streaming | ❌ | | Llama-3.2-11B-Vision-Instruct | /chat_completion | non_streaming | test_image_chat_completion_non_streaming | ❌ | | Llama-3.1-8B-Instruct | /chat_completion | non_streaming | test_text_chat_completion_non_streaming | ✅ | -| Llama-3.1-8B-Instruct | /chat_completion | tool_calling | test_text_chat_completion_with_tool_calling_and_streaming | ✅ | +| Llama-3.1-8B-Instruct | /chat_completion | tool_calling | test_text_chat_completion_with_tool_calling_and_streaming | ❌ | | Llama-3.1-8B-Instruct | /chat_completion | tool_calling | test_text_chat_completion_with_tool_calling_and_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | streaming | test_text_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |