mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 18:59:24 +00:00
Pass 1 for pre-commit fixes
This commit is contained in:
parent
cfc6bdae68
commit
59e1c5f4a0
7 changed files with 119 additions and 109 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
from llama_stack.apis.models.models import ModelType
|
||||
from llama_stack.models.llama.datatypes import CoreModelId
|
||||
from llama_stack.models.llama.sku_list import CoreModelId
|
||||
from llama_stack.providers.utils.inference.model_registry import (
|
||||
ProviderModelEntry,
|
||||
)
|
||||
|
|
@ -63,9 +63,7 @@ MODEL_ENTRIES = [
|
|||
},
|
||||
),
|
||||
ProviderModelEntry(
|
||||
model_id="all-MiniLM-L6-v2",
|
||||
provider_model_id="all-minilm-l6-v2",
|
||||
provider_id="lmstudio",
|
||||
model_type=ModelType.embedding,
|
||||
metadata={
|
||||
"embedding_dimension": 384,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue