From 2dd09875d4b7e0283583348a67e3bdf8996e65d1 Mon Sep 17 00:00:00 2001 From: Sixian Yi Date: Fri, 17 Jan 2025 17:07:56 -0800 Subject: [PATCH] Update llama_stack/providers/tests/test_report.md Co-authored-by: Xi Yan --- llama_stack/providers/tests/test_report.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/llama_stack/providers/tests/test_report.md b/llama_stack/providers/tests/test_report.md index 4767cc3db..36b513cac 100644 --- a/llama_stack/providers/tests/test_report.md +++ b/llama_stack/providers/tests/test_report.md @@ -27,6 +27,21 @@ | TOTAL | | 9 | 9 | +### vLLM + +| filepath | function | passed | skipped | SUBTOTAL | +| ------------------------------------------------------------ | -------------------------------------------------------------- | -----: | ------: | -------: | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_model_list | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_non_streaming | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_structured_output | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_streaming | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling_streaming | 1 | 0 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion | 0 | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion_logprobs | 0 | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion_structured_output | 0 | 1 | 1 | +| TOTAL | | 6 | 3 | 9 | + ### Ollama | filepath | function | passed | SUBTOTAL | | ------------------------------------------------------------ | -------------------------------------------------------------- | -----: | -------: |