Fix other ImportErrors

This commit is contained in:
Connor Hack 2025-01-09 09:06:16 -08:00
parent dc801e827c
commit 5942dffa0f
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@
import pytest
from llama_stack.apis.inference import EmbeddingsResponse, ModelType
from llama_stack.apis.inference import EmbeddingsResponse
from llama_stack.apis.models import ModelType
# How to run this test:
# pytest -v -s llama_stack/providers/tests/inference/test_embeddings.py