Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Nov 11, 2024
1 parent 2ae543a commit fdb763c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ runs:
shell: bash
run: |
cd integration-tests
pytest tests/test_embeddings.py -vv --capture=tee-sys --log-cli-level=INFO
pytest test_embeddings.py -vv --capture=tee-sys --log-cli-level=INFO
- name: Run LLM tests
shell: bash
run: |
cd integration-tests
pytest tests/test_base_llms.py -vv --capture=tee-sys --log-cli-level=INFO
pytest test_base_llms.py -vv --capture=tee-sys --log-cli-level=INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import requests
from ..utils.docker_runner import run_lorax_container
from .utils.docker_runner import run_lorax_container


def test_base_mistral():
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import requests
from ..utils.docker_runner import run_lorax_container
from .utils.docker_runner import run_lorax_container


def test_stella_1_5b():
Expand Down

0 comments on commit fdb763c

Please sign in to comment.