mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
apis_to_serve -> apis
This commit is contained in:
parent
59302a86df
commit
60dead6196
7 changed files with 38 additions and 48 deletions
|
|
@ -20,8 +20,7 @@ from llama_stack.providers.utils.inference.augment_messages import (
|
|||
)
|
||||
from llama_stack.providers.utils.inference.model_registry import ModelRegistryHelper
|
||||
|
||||
# TODO: Eventually this will move to the llama cli model list command
|
||||
# mapping of Model SKUs to ollama models
|
||||
|
||||
OLLAMA_SUPPORTED_SKUS = {
|
||||
"Llama3.1-8B-Instruct": "llama3.1:8b-instruct-fp16",
|
||||
"Llama3.1-70B-Instruct": "llama3.1:70b-instruct-fp16",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue