-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check PageAttention #704
Check PageAttention #704
Conversation
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 -v --tb=short -Wignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need such tests here? Looks like they can be run on OpenVINO side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilya-lavrenov The intention is to test when optimum-intel and transformers (or may be even NNCF?) changes.
We should think about the overlap with test
https://github.com/openvinotoolkit/openvino/blob/master/.github/workflows/job_pytorch_models_tests.yml
…genai into guozhong/check_model_pattern_changes
run on OpenVINO side |
No description provided.