Skip to content

Commit

Permalink
[WWB] add more models
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 27, 2024
1 parent 82b44fa commit 75301ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/llm_bench-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
rm -rf ./ov_models/internvl2-1B
- name: WWB Tests
run: |
pip install git+https://github.com/huggingface/optimum-intel.git
GIT_CLONE_PROTECTION_ACTIVE=false PIP_PRE=1 PIP_EXTRA_INDEX_URL=https://storage.openvinotoolkit.org/simple/wheels/nightly pip install ${{ env.WWB_PATH }}
python -m pip install git+https://github.com/huggingface/optimum-intel.git
python -m pip install ${{ env.WWB_PATH }}
python -m pytest -v ${{ env.WWB_PATH }}/tests
stateful:
defaults:
Expand Down Expand Up @@ -189,9 +189,9 @@ jobs:
working-directory: ${{ env.OV_INSTALL_DIR }}
- name: WWB Tests
run: |
pip install pytest
pip install git+https://github.com/huggingface/optimum-intel.git
GIT_CLONE_PROTECTION_ACTIVE=false PIP_PRE=1 PIP_EXTRA_INDEX_URL=https://storage.openvinotoolkit.org/simple/wheels/nightly pip install ${{ env.WWB_PATH }}
python -m pip install pytest
python -m pip install git+https://github.com/huggingface/optimum-intel.git
python -m pip install ${{ env.WWB_PATH }}
python -m pytest -v ${{ env.WWB_PATH }}/tests
Overall_Status:
Expand Down
3 changes: 3 additions & 0 deletions tools/who_what_benchmark/tests/test_cli_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ def test_image_model_types(model_id, model_type, backend):
@pytest.mark.parametrize(
("model_id", "model_type"),
[
("echarlaix/tiny-random-latent-consistency", "text-to-image"),
("echarlaix/tiny-random-stable-diffusion-xl", "text-to-image"),
("yujiepan/stable-diffusion-3-tiny-random", "text-to-image"),
("katuni4ka/tiny-random-flux", "text-to-image"),
],
)
def test_image_model_genai(model_id, model_type):
Expand Down

0 comments on commit 75301ab

Please sign in to comment.