mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 05:22:17 +00:00
change to dev, fix issues with test
This commit is contained in:
parent
e31a52b26e
commit
941d5f1b18
2 changed files with 8 additions and 28 deletions
|
|
@ -16,7 +16,7 @@ providers:
|
|||
- provider_id: centml
|
||||
provider_type: remote::centml
|
||||
config:
|
||||
url: https://api.centml.com/openai/v1
|
||||
url: https://api.centml.org/openai/v1
|
||||
api_key: "${env.CENTML_API_KEY}"
|
||||
- provider_id: sentence-transformers
|
||||
provider_type: inline::sentence-transformers
|
||||
|
|
@ -104,6 +104,12 @@ metadata_store:
|
|||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/centml}/registry.db
|
||||
|
||||
models:
|
||||
- metadata: {}
|
||||
model_id: meta-llama/Llama-3.1-3B-Instruct
|
||||
provider_id: centml
|
||||
provider_model_id: meta-llama/Llama-3.2-3B-Instruct
|
||||
model_type: llm
|
||||
|
||||
- metadata: {}
|
||||
model_id: meta-llama/Llama-3.3-70B-Instruct
|
||||
provider_id: centml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue