Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sixianyi0721 committed Jan 22, 2025
1 parent f74c81d commit d8ec744
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions llama_stack/templates/fireworks/report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Report for fireworks distribution

## Supported Models:
## Supported Models:
| Model Descriptor | fireworks |
|:---|:---|
|:---|
| Llama-3-8B-Instruct ||
| Llama-3-70B-Instruct ||
| Llama3.1-8B-Instruct ||
Expand All @@ -26,7 +26,7 @@
| Llama-Guard-3-8B ||
| Llama-Guard-2-8B ||

## Inference:
## Inference:
| Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----|
| Text | /chat_completion | streaming | test_text_chat_completion_streaming | Passed |
Expand All @@ -39,15 +39,15 @@
| Text | /completion | non_streaming | test_text_completion_non_streaming | Passed |
| Text | /completion | structured_output | test_text_completion_structured_output | Passed |

## Memory:
## Memory:
| API | Capability | Test | Status |
|:-----|:-----|:-----|:-----|
| insert and query | inline | test_memory_bank_insert_inline_and_query | Error |
| insert and query | url | test_memory_bank_insert_from_url_and_query | Failed |

## Agent:
## Agent:
| API | Capability | Test | Status |
|:-----|:-----|:-----|:-----|
| create_agent_turn | rag | test_rag_agent | Failed |
| create_agent_turn | custom_tool | test_custom_tool | Passed |
| create_agent_turn | code_execution | test_code_execution | Failed |
| create_agent_turn | code_execution | test_code_execution | Passed |

0 comments on commit d8ec744

Please sign in to comment.