From 5c5b8fe6b5678268c7c57e754d6f8f8e4cb665d4 Mon Sep 17 00:00:00 2001 From: Sixian Yi Date: Fri, 17 Jan 2025 15:12:08 -0800 Subject: [PATCH] test report --- llama_stack/providers/tests/test_report.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 llama_stack/providers/tests/test_report.md diff --git a/llama_stack/providers/tests/test_report.md b/llama_stack/providers/tests/test_report.md new file mode 100644 index 000000000..f7fb40411 --- /dev/null +++ b/llama_stack/providers/tests/test_report.md @@ -0,0 +1,39 @@ +### Fireworks +| filepath | function | passed | SUBTOTAL | +| -------------------------------------------------------------- | ------------------------------------------------------------------ | -----: | -------: | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_non_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_structured_output | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_vision_inference.py | TestVisionModelInference.test_vision_chat_completion_non_streaming | 2 | 2 | +| llama_stack/providers/tests/inference/test_vision_inference.py | TestVisionModelInference.test_vision_chat_completion_streaming | 1 | 1 | +| TOTAL | | 9 | 9 | + + + +### Together +| filepath | function | passed | SUBTOTAL | +| -------------------------------------------------------------- | ------------------------------------------------------------------ | -----: | -------: | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_non_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_structured_output | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_vision_inference.py | TestVisionModelInference.test_vision_chat_completion_non_streaming | 2 | 2 | +| llama_stack/providers/tests/inference/test_vision_inference.py | TestVisionModelInference.test_vision_chat_completion_streaming | 1 | 1 | +| TOTAL | | 9 | 9 | + + +### Ollama +| filepath | function | passed | SUBTOTAL | +| ------------------------------------------------------------ | -------------------------------------------------------------- | -----: | -------: | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_completion | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_non_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_structured_output | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_streaming | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling | 1 | 1 | +| llama_stack/providers/tests/inference/test_text_inference.py | TestInference.test_chat_completion_with_tool_calling_streaming | 1 | 1 | +| TOTAL | | 6 | 6 |