Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore-update-registry1-weekly-bu…
Browse files Browse the repository at this point in the history
…ndle-0.13.0' into 835-upgrade-vllm-for-gptq-bfloat16-inferencing
  • Loading branch information
justinthelaw committed Oct 1, 2024
2 parents 5c493ea + ae68868 commit 2acb604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from openai import OpenAI
import pytest

from leapfrogai.tests.utils.client import leapfrogai_client, get_leapfrogai_model
from tests.utils.client import leapfrogai_client, get_leapfrogai_model


@pytest.fixture(scope="module")
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest as pytest
import requests

from .utils import create_test_user
from tests.utils.client import create_test_user

logger = logging.getLogger(__name__)
test_id = str(uuid.uuid4())
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_supabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from leapfrogai_api.data.crud_vector_store_file import CRUDVectorStoreFile

from .utils import ANON_KEY, create_test_user, SERVICE_KEY
from tests.client.utils import ANON_KEY, create_test_user, SERVICE_KEY
from openai.types import FileObject

health_urls = {
Expand Down

0 comments on commit 2acb604

Please sign in to comment.