mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 10:49:59 +00:00
apply change and fixed test cases
This commit is contained in:
parent
89ab2be302
commit
b197d3ce1c
5 changed files with 35 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue