Kill colons

This commit is contained in:
Ashwin Bharambe 2025-01-22 22:54:13 -08:00
parent 28012c51bb
commit 4d7c8c797f
6 changed files with 23 additions and 23 deletions

View file

@ -1,6 +1,6 @@
# Report for cerebras distribution # Report for cerebras distribution
## Supported Models: ## Supported Models
| Model Descriptor | cerebras | | Model Descriptor | cerebras |
|:---|:---| |:---|:---|
| meta-llama/Llama-3-8B-Instruct | ❌ | | meta-llama/Llama-3-8B-Instruct | ❌ |
@ -18,7 +18,7 @@
| meta-llama/Llama-Guard-3-8B | ❌ | | meta-llama/Llama-Guard-3-8B | ❌ |
| meta-llama/Llama-Guard-2-8B | ❌ | | meta-llama/Llama-Guard-2-8B | ❌ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ |
@ -31,12 +31,12 @@
| Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |
| Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ❌ | | Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ❌ |
## Vector_io: ## Vector IO
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /retrieve | | test_vector_db_retrieve | ✅ | | /retrieve | | test_vector_db_retrieve | ✅ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | rag | test_rag_agent | ✅ |

View file

@ -1,6 +1,6 @@
# Report for fireworks distribution # Report for fireworks distribution
## Supported Models: ## Supported Models
| Model Descriptor | fireworks | | Model Descriptor | fireworks |
|:---|:---| |:---|:---|
| meta-llama/Llama-3-8B-Instruct | ❌ | | meta-llama/Llama-3-8B-Instruct | ❌ |
@ -18,7 +18,7 @@
| meta-llama/Llama-Guard-3-8B | ❌ | | meta-llama/Llama-Guard-3-8B | ❌ |
| meta-llama/Llama-Guard-2-8B | ❌ | | meta-llama/Llama-Guard-2-8B | ❌ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Text | /chat_completion | streaming | test_text_chat_completion_streaming | ❌ | | Text | /chat_completion | streaming | test_text_chat_completion_streaming | ❌ |
@ -37,7 +37,7 @@
| /insert, /query | inline | test_memory_bank_insert_inline_and_query | ❌ | | /insert, /query | inline | test_memory_bank_insert_inline_and_query | ❌ |
| /insert, /query | url | test_memory_bank_insert_from_url_and_query | ❌ | | /insert, /query | url | test_memory_bank_insert_from_url_and_query | ❌ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| create_agent_turn | rag | test_rag_agent | ❌ | | create_agent_turn | rag | test_rag_agent | ❌ |

View file

@ -1,6 +1,6 @@
# Report for fireworks distribution # Report for fireworks distribution
## Supported Models: ## Supported Models
| Model Descriptor | fireworks | | Model Descriptor | fireworks |
|:---|:---| |:---|:---|
| Llama-3-8B-Instruct | ❌ | | Llama-3-8B-Instruct | ❌ |
@ -18,7 +18,7 @@
| Llama-Guard-3-8B | ✅ | | Llama-Guard-3-8B | ✅ |
| Llama-Guard-2-8B | ❌ | | Llama-Guard-2-8B | ❌ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ |
@ -31,12 +31,12 @@
| Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |
| Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ | | Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ |
## Vector_io: ## Vector IO
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /retrieve | | test_vector_db_retrieve | ✅ | | /retrieve | | test_vector_db_retrieve | ✅ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | rag | test_rag_agent | ✅ |

View file

@ -1,6 +1,6 @@
# Report for ollama distribution # Report for ollama distribution
## Supported Models: ## Supported Models
| Model Descriptor | ollama | | Model Descriptor | ollama |
|:---|:---| |:---|:---|
| Llama-3-8B-Instruct | ❌ | | Llama-3-8B-Instruct | ❌ |
@ -18,7 +18,7 @@
| Llama-Guard-3-8B | ✅ | | Llama-Guard-3-8B | ✅ |
| Llama-Guard-2-8B | ❌ | | Llama-Guard-2-8B | ❌ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ |
@ -31,12 +31,12 @@
| Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |
| Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ | | Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ |
## Vector_io: ## Vector IO
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /retrieve | | test_vector_db_retrieve | ✅ | | /retrieve | | test_vector_db_retrieve | ✅ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | rag | test_rag_agent | ✅ |

View file

@ -1,6 +1,6 @@
# Report for tgi distribution # Report for tgi distribution
## Supported Models: ## Supported Models
| Model Descriptor | tgi | | Model Descriptor | tgi |
|:---|:---| |:---|:---|
| Llama-3-8B-Instruct | ✅ | | Llama-3-8B-Instruct | ✅ |
@ -18,7 +18,7 @@
| Llama-Guard-3-8B | ✅ | | Llama-Guard-3-8B | ✅ |
| Llama-Guard-2-8B | ✅ | | Llama-Guard-2-8B | ✅ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ |
@ -31,12 +31,12 @@
| Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |
| Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ | | Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ |
## Vector_io: ## Vector IO
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /retrieve | | test_vector_db_retrieve | ✅ | | /retrieve | | test_vector_db_retrieve | ✅ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | rag | test_rag_agent | ✅ |

View file

@ -1,6 +1,6 @@
# Report for together distribution # Report for together distribution
## Supported Models: ## Supported Models
| Model Descriptor | together | | Model Descriptor | together |
|:---|:---| |:---|:---|
| Llama-3-8B-Instruct | ❌ | | Llama-3-8B-Instruct | ❌ |
@ -18,7 +18,7 @@
| Llama-Guard-3-8B | ✅ | | Llama-Guard-3-8B | ✅ |
| Llama-Guard-2-8B | ❌ | | Llama-Guard-2-8B | ❌ |
## Inference: ## Inference
| Model | API | Capability | Test | Status | | Model | API | Capability | Test | Status |
|:----- |:-----|:-----|:-----|:-----| |:----- |:-----|:-----|:-----|:-----|
| Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ | | Llama-3.1-8B-Instruct | /chat_completion | streaming | test_text_chat_completion_streaming | ✅ |
@ -31,12 +31,12 @@
| Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ | | Llama-3.1-8B-Instruct | /completion | non_streaming | test_text_completion_non_streaming | ✅ |
| Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ | | Llama-3.1-8B-Instruct | /completion | structured_output | test_text_completion_structured_output | ✅ |
## Vector_io: ## Vector IO
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /retrieve | | test_vector_db_retrieve | ✅ | | /retrieve | | test_vector_db_retrieve | ✅ |
## Agents: ## Agents
| API | Capability | Test | Status | | API | Capability | Test | Status |
|:-----|:-----|:-----|:-----| |:-----|:-----|:-----|:-----|
| /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | rag | test_rag_agent | ✅ |