mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
test report
This commit is contained in:
parent
3e7496e835
commit
5c5b8fe6b5
1 changed files with 39 additions and 0 deletions
39
llama_stack/providers/tests/test_report.md
Normal file
39
llama_stack/providers/tests/test_report.md
Normal file
|
@ -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 |
|
Loading…
Add table
Add a link
Reference in a new issue