Fix the check of models supporting FA/SDPA not run (#28202)

* add check_support_list.py

* fix

* fix

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-12-22 12:56:11 +01:00
committed by GitHub
parent e37ab52dff
commit bb3bd44739
4 changed files with 97 additions and 58 deletions

View File

@@ -209,6 +209,7 @@ jobs:
- run: python utils/update_metadata.py --check-only
- run: python utils/check_task_guides.py
- run: python utils/check_docstrings.py
- run: python utils/check_support_list.py
workflows:
version: 2