mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 11:12:01 +00:00
chore: moved from general exceptions to apis/common/exceptions.py
This commit is contained in:
parent
ed4a776cc5
commit
a7c6328d0c
4 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ from typing import Any
|
|||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.common.errors import UnsupportedModelError
|
||||
from llama_stack.apis.models import ModelType
|
||||
from llama_stack.exceptions import UnsupportedModelError
|
||||
from llama_stack.models.llama.sku_list import all_registered_models
|
||||
from llama_stack.providers.datatypes import Model, ModelsProtocolPrivate
|
||||
from llama_stack.providers.utils.inference import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue