Skip to content

Commit

Permalink
check model pattern changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 30, 2024
1 parent 9d35767 commit e7e121e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/llm_bench-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
with:
name: llm.bench_diff
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
cd tests/model_hub_tests
python3 -m pytest transformation_tests/test_pa_transformation.py -m precommit -v
- 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 e7e121e

Please sign in to comment.