mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
fix: update import path from distribution to core after upstream migration
Update test import path from llama_stack.distribution.routers.vector_io to llama_stack.core.routers.vector_io to match upstream refactoring.
This commit is contained in:
parent
501d8330d8
commit
e47c0da1fb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import pytest
|
||||||
|
|
||||||
from llama_stack.apis.common.errors import MissingEmbeddingModelError
|
from llama_stack.apis.common.errors import MissingEmbeddingModelError
|
||||||
from llama_stack.apis.models import ModelType
|
from llama_stack.apis.models import ModelType
|
||||||
from llama_stack.distribution.routers.vector_io import VectorIORouter
|
from llama_stack.core.routers.vector_io import VectorIORouter
|
||||||
|
|
||||||
|
|
||||||
class _DummyModel:
|
class _DummyModel:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue