mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 15:12:35 +00:00
fix provider ids for together and fireworks
This commit is contained in:
parent
2f88006bd0
commit
fe2eb39da7
27 changed files with 49 additions and 46 deletions
|
|
@ -51,7 +51,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
provider_id="sentence-transformers",
|
||||
model_type=ModelType.embedding,
|
||||
metadata={
|
||||
"embedding_dim": 384,
|
||||
"embedding_dimension": 384,
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue