forked from phoenix-oss/llama-stack-mirror
fix: fix bugs in relative imports exposed due to dir move
This commit is contained in:
parent
55668d3c5b
commit
e5ec68f66e
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,6 @@ from typing import Optional
|
|||
from urllib.parse import urlparse
|
||||
|
||||
import pytest
|
||||
from metadata import API_MAPS
|
||||
from pytest import CollectReport
|
||||
from termcolor import cprint
|
||||
|
||||
|
@ -29,6 +28,8 @@ from llama_stack.models.llama.sku_list import (
|
|||
from llama_stack.providers.datatypes import Api
|
||||
from llama_stack.providers.tests.env import get_env_or_fail
|
||||
|
||||
from .metadata import API_MAPS
|
||||
|
||||
|
||||
def featured_models():
|
||||
models = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue