Skip to content

Commit

Permalink
Remove redundant commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 30, 2024
1 parent ab1fb17 commit e106c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_bench-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd openvino
git checkout master tests/model_hub_tests/
cd tests/model_hub_tests
python3 -m pytest transformation_tests/test_pa_transformation.py -m precommit --html=TEST-torch_pagedattention_tests.html --self-contained-html -v --tb=short
python3 -m pytest transformation_tests/test_pa_transformation.py -m precommit -v --tb=short
env:
TEST_DEVICE: CPU
USE_SYSTEM_CACHE: False
Expand Down

0 comments on commit e106c8d

Please sign in to comment.