mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-08 04:54:38 +00:00
Merge branch 'main' into use-openai-for-cerebras
This commit is contained in:
commit
e3ad762383
29 changed files with 11729 additions and 172 deletions
|
@ -87,7 +87,7 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
|
|||
description="OpenAI GPT models for high-quality responses and tool calling",
|
||||
defaults={
|
||||
"text_model": "openai/gpt-4o",
|
||||
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
|
||||
"embedding_model": "openai/text-embedding-3-small",
|
||||
},
|
||||
),
|
||||
"tgi": Setup(
|
||||
|
@ -115,6 +115,14 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
|
|||
"text_model": "cerebras/llama-3.3-70b",
|
||||
},
|
||||
),
|
||||
"databricks": Setup(
|
||||
name="databricks",
|
||||
description="Databricks models",
|
||||
defaults={
|
||||
"text_model": "databricks/databricks-meta-llama-3-3-70b-instruct",
|
||||
"embedding_model": "databricks/databricks-bge-large-en",
|
||||
},
|
||||
),
|
||||
"fireworks": Setup(
|
||||
name="fireworks",
|
||||
description="Fireworks provider with a text model",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue