From e7e121eed11690294f41c83c27666250d8695b64 Mon Sep 17 00:00:00 2001 From: wgzintel Date: Tue, 30 Jul 2024 16:05:21 +0800 Subject: [PATCH] check model pattern changes --- .github/workflows/llm_bench-python.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/llm_bench-python.yml b/.github/workflows/llm_bench-python.yml index e90f7ff9f0..dcf1de92fa 100644 --- a/.github/workflows/llm_bench-python.yml +++ b/.github/workflows/llm_bench-python.yml @@ -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