Skip to content

Commit

Permalink
clone tests/model_hub_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 30, 2024
1 parent e7e121e commit ed5369d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/llm_bench-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
path: llm.bench_diff.diff
- name: Check model pattern changes
run: |
pip install pytest
git clone --depth 1 --filter=blob:none --no-checkout https://github.com/openvinotoolkit/openvino
cd openvino
git checkout master tests/model_hub_tests/transformation_tests tests/model_hub_tests/models_hub_common
git checkout master tests/model_hub_tests/
cd tests/model_hub_tests
python3 -m pytest transformation_tests/test_pa_transformation.py -m precommit -v
python3 -m pytest transformation_tests/test_pa_transformation.py -m precommit -v --tb=short
- name: Test bloomz-560m on Linux
run: |
python ./llm_bench/python/convert.py --model_id bigscience/bloomz-560m --output_dir ./ov_models/bloomz-560m --precision FP16
Expand Down

0 comments on commit ed5369d

Please sign in to comment.