Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
235 commits
Select commit Hold shift + click to select a range
53d19b9
Transformers v5
echarlaix Jan 19, 2026
5205434
fix loading for llava_next_video
echarlaix Jan 19, 2026
e8feb0c
Remove deprecated transformers.onnx
echarlaix Jan 20, 2026
55e4b3d
Merge branch 'main' into transformers-v5
echarlaix Jan 23, 2026
bb54f64
remove deprecated transformers.onnx from tests
echarlaix Jan 23, 2026
71aa34e
remove huggingface_hub deprecated
echarlaix Jan 23, 2026
0954015
relative to absolute import
echarlaix Jan 23, 2026
1ba9789
update workflow to v5
echarlaix Jan 26, 2026
f158656
remove redundant
echarlaix Jan 26, 2026
9345143
update loading given transformers version
echarlaix Jan 26, 2026
b290ae3
remove deprecated AutoModelForVision2Seq
echarlaix Jan 26, 2026
a4d1dc0
update workflow
echarlaix Jan 26, 2026
ac953ba
style
echarlaix Jan 26, 2026
8001884
update setup
echarlaix Jan 26, 2026
5f2a007
deprecated is_offline_mode
echarlaix Jan 26, 2026
ad477fe
remove incompatible neural-compressor installation
echarlaix Jan 26, 2026
42e98b8
remove documentation reference
echarlaix Jan 26, 2026
4ee3f51
add install transformers step
echarlaix Jan 26, 2026
64c2022
Merge branch 'main' into transformers-v5
echarlaix Jan 27, 2026
8204264
transformers v5
echarlaix Jan 27, 2026
b319d19
install diffusers from source for v5
echarlaix Jan 27, 2026
42300e4
remove deprecated CLIPFeatureExtractor
echarlaix Jan 27, 2026
2a76102
openvino 2025.3.0
echarlaix Jan 28, 2026
f38703a
add ov cache classes
echarlaix Jan 29, 2026
46144d1
merge main in branch
echarlaix Jan 29, 2026
2d3c734
openvino nightly for modeling tests
echarlaix Jan 29, 2026
b6dcefd
openvino 2025.3 for modeling tests
echarlaix Jan 29, 2026
ea24727
stop moving misplaced parameters from config to generation_config
echarlaix Jan 29, 2026
07ff06b
fix transformers version for doc building
echarlaix Jan 29, 2026
1270db0
fix transformers version for doc building
echarlaix Jan 29, 2026
eb045ce
Use model.get_image_features
echarlaix Jan 29, 2026
f2f352d
Use model.get_image_features
echarlaix Jan 29, 2026
1db8fb9
only add codegen remote code models when transformers < v5
echarlaix Jan 29, 2026
0c72bc5
Fix pipelines
echarlaix Jan 30, 2026
08ebe2b
fix pipelines
echarlaix Jan 30, 2026
33f8c24
replace with OV cache
echarlaix Jan 30, 2026
9809e7e
style
echarlaix Jan 30, 2026
621e2bf
Use AutoProcessor instead of AutoFeatureExtractor
echarlaix Jan 30, 2026
30f6285
remove afmoe from models to be tested list
echarlaix Jan 30, 2026
6cd7b1c
fix pipeline saving tests
echarlaix Jan 30, 2026
4f2970b
merge main in branch
echarlaix Feb 2, 2026
85a0418
fix seq2seq pipeline tests loading
echarlaix Feb 2, 2026
08d1480
disable pipelines tests when transformers >= v5 since summarization/…
echarlaix Feb 2, 2026
7bc714c
fix MixtralModelPatcher
echarlaix Feb 2, 2026
8b374c7
fix moe patching
echarlaix Feb 2, 2026
a4cfc55
gptj fix
echarlaix Feb 3, 2026
5bab458
fix granitemoehybrid patcher
echarlaix Feb 3, 2026
daf7ec8
typo
echarlaix Feb 3, 2026
a45f5ab
add exaone max_transformers_version as incompatible with v5
echarlaix Feb 3, 2026
342dc59
add decilm max_transformers_version as incompatible with v5
echarlaix Feb 4, 2026
2a28fe7
fix llama4 patcher
echarlaix Feb 4, 2026
b9a3cbe
make OV DynamicCache backward compatible
echarlaix Feb 4, 2026
1687e35
remove incompatible models aquila2 orion internlm2
echarlaix Feb 4, 2026
961c1d3
add jais max_transformers_version as incompatible with v5
echarlaix Feb 4, 2026
e8e6c18
dbrx
echarlaix Feb 5, 2026
c6640d6
set float32 dtype
echarlaix Feb 5, 2026
1e0c06f
baichuan2 not compatible with v5
echarlaix Feb 5, 2026
b4910fc
gpt oss set experts_implementation batched mm
echarlaix Feb 5, 2026
e19da56
bitnet
echarlaix Feb 5, 2026
fde5ac9
qwenvl
echarlaix Feb 6, 2026
0d3b656
maira2 remote code
echarlaix Feb 6, 2026
b8797e3
gemma3 and got_ocr2
echarlaix Feb 6, 2026
9dfb666
llava next
echarlaix Feb 6, 2026
3386c64
llava next video
echarlaix Feb 6, 2026
e5fc9ef
merge main in branch
echarlaix Feb 9, 2026
bc4a84d
use ONNXCache
echarlaix Feb 10, 2026
0e41943
style
echarlaix Feb 10, 2026
bc9665d
fix seq2seq stateless export
echarlaix Feb 10, 2026
3188b09
merge main in branch
echarlaix Feb 10, 2026
fceb151
cache depending on transformers version
echarlaix Feb 10, 2026
5133a4a
pix2struct patcher
echarlaix Feb 11, 2026
0c4a89c
fix
echarlaix Feb 11, 2026
d8a4829
remove internvl_chat, minicpmv in tests
echarlaix Feb 11, 2026
e477044
set max transformers version for internvl_chat minicpmv
echarlaix Feb 11, 2026
e0b2b46
style
echarlaix Feb 11, 2026
50fe590
fix textual inversion
echarlaix Feb 13, 2026
e9ff083
add back inc
echarlaix Feb 13, 2026
49f020f
style
echarlaix Feb 13, 2026
31e8c44
skip text2text generation pipeline when >= v5
echarlaix Feb 13, 2026
4e43429
fix perceiver vision preprocessor loading
echarlaix Feb 13, 2026
3565637
fix question answering pipeline
echarlaix Feb 13, 2026
2d1929d
only install diffusers when compatible
echarlaix Feb 13, 2026
a8b08a4
fix diffusers mapping
echarlaix Feb 13, 2026
83ae846
style
echarlaix Feb 13, 2026
cad085b
update diffusers extra
echarlaix Feb 13, 2026
5dbe3c8
add transformers version workflow
echarlaix Feb 16, 2026
b7ce98b
set transformers 4.57.6 for tests
echarlaix Feb 16, 2026
d692d44
batch_encode_plus was deprecated in v5
echarlaix Feb 16, 2026
93679e9
fix sam
echarlaix Feb 16, 2026
b2ef418
install librosa for tests
echarlaix Feb 16, 2026
3fb0172
rename OVDynamicCache
echarlaix Feb 16, 2026
3d2286c
qwenvl3 fix
echarlaix Feb 16, 2026
46fa8a7
fix qwen2vl
echarlaix Feb 16, 2026
20bb596
github workflow librosa
echarlaix Feb 17, 2026
a091dad
Update MAX_TRANSFORMERS_VERSION for incompatible models
echarlaix Feb 17, 2026
847c98d
style
echarlaix Feb 17, 2026
4bc2768
pkv fix
echarlaix Feb 17, 2026
6799e93
transformers-v5 branch
echarlaix Feb 17, 2026
a2cd48e
use_model_defaults arg was deprecated in v5
echarlaix Feb 17, 2026
850c1ce
style
echarlaix Feb 17, 2026
af4a605
baichuan remote code models incompatible with v5
echarlaix Feb 17, 2026
4da53e8
remove tests for modelsf for models that needs fixes
echarlaix Feb 17, 2026
5a74781
fix decoder tests untested_architectures
echarlaix Feb 17, 2026
e634d77
fix untested architecture
echarlaix Feb 17, 2026
f89d0de
fix pkv patching
echarlaix Feb 17, 2026
6070155
fix test
echarlaix Feb 17, 2026
26d5c44
fix expcted int8 tests
echarlaix Feb 17, 2026
9d84f3a
tests transformers v5
echarlaix Feb 18, 2026
4b5f83d
pix2struct
echarlaix Feb 18, 2026
14e1b52
fix num expected int8
echarlaix Feb 18, 2026
0dbe96c
use_model_defaults deprecated in v5
echarlaix Feb 18, 2026
af3fba3
rename
echarlaix Feb 18, 2026
546127b
style
echarlaix Feb 18, 2026
3eeeb4d
install diffusers from source for v5
echarlaix Feb 18, 2026
2b61bd3
qwen2vl
echarlaix Feb 18, 2026
bbe65bb
remove tests for v5
echarlaix Feb 18, 2026
7ba6fd1
disable tests for transformers v5
echarlaix Feb 18, 2026
928fb50
remove non needed
echarlaix Feb 18, 2026
ef320b3
disable tests
echarlaix Feb 18, 2026
8beb8d8
fix
echarlaix Feb 18, 2026
e4eba92
add stable diffusion 3 tests when diffusers compatible with v5
echarlaix Feb 19, 2026
dc2823d
use xlm-roberta with max_position_embeddings 514
echarlaix Feb 19, 2026
5967be3
add missing import
echarlaix Feb 19, 2026
699b0b7
granitemoe fix
echarlaix Feb 19, 2026
389f818
filtered test
echarlaix Feb 19, 2026
ffe2d27
add back granitemoe model support
echarlaix Feb 19, 2026
c649bdf
udpate setup
echarlaix Feb 19, 2026
4c74aeb
update workflows
echarlaix Feb 19, 2026
c7184e1
update setup
echarlaix Feb 19, 2026
7b0806e
fix
echarlaix Feb 19, 2026
50e30b7
update setup
echarlaix Feb 19, 2026
e7878e1
remove diffusers
echarlaix Feb 19, 2026
467dcad
fix offline workflow
echarlaix Feb 19, 2026
c14f2e5
exclude openclip from offline tests
echarlaix Feb 19, 2026
69c16bf
workflow slow
echarlaix Feb 20, 2026
3f8dfb4
fix question answering pipeline
echarlaix Feb 20, 2026
975da72
encode_plus deprecated
echarlaix Feb 20, 2026
31989eb
automatic-speech pipeline for whisper incompatible with v5
echarlaix Feb 20, 2026
7adb810
style
echarlaix Feb 20, 2026
6a93224
image-to-text pipeline deprecated
echarlaix Feb 20, 2026
c8e9488
update MAX_TRANSFORMERS_VERSION for gemma3 exaone4 and llama4
echarlaix Feb 20, 2026
28e2e24
remove from test when not supported
echarlaix Feb 20, 2026
f061f2c
decoder tests
echarlaix Feb 20, 2026
8820fb3
test filtered architectures update with exaone4
echarlaix Feb 20, 2026
290b7b3
change gptoss model
echarlaix Feb 20, 2026
64223a8
style
echarlaix Feb 23, 2026
f40bcb3
set num beam to 5
echarlaix Feb 23, 2026
86767c7
add llava support for v5
echarlaix Feb 25, 2026
c523617
maira
echarlaix Feb 25, 2026
d49a895
extend tests disabled for marian for openvino v2026
echarlaix Feb 25, 2026
6f608fd
style
echarlaix Feb 25, 2026
02a2ccd
style
echarlaix Feb 25, 2026
710c5bc
include openvino 2026
echarlaix Feb 25, 2026
64dc198
add gemma3 text
echarlaix Feb 25, 2026
d3bdb29
llava tests
echarlaix Feb 25, 2026
ea761a7
exclude marian for transformers v5 or higher
echarlaix Feb 26, 2026
5e5bdfc
merge main in branch
echarlaix Feb 26, 2026
a33065e
fix gemma3
echarlaix Feb 26, 2026
16c2c94
merge main in branch
echarlaix Mar 2, 2026
bf51329
add comment
echarlaix Mar 3, 2026
4a27862
replace gpt_oss_mxfp4 test to gpt_oss for v5
echarlaix Mar 4, 2026
4a8644d
include Qwen3VLOpenVINOConfig min version
echarlaix Mar 4, 2026
9881475
add phi4_multimodal for transformers < v5
echarlaix Mar 4, 2026
2d764ef
set dtype for beam_search tests for gemma3 text model
echarlaix Mar 6, 2026
e47b7bd
Merge branch 'main' into transformers-v5
echarlaix Mar 9, 2026
f901a66
diffusers latest release now compatible with transformers v5
echarlaix Mar 9, 2026
7879da8
set qwen3_next max transformers version
echarlaix Mar 9, 2026
d5f2244
Fix doc building
echarlaix Mar 9, 2026
43ed617
add qwen3_next to list of untested architectures
echarlaix Mar 9, 2026
87cc3f9
comment for zamba2
echarlaix Mar 10, 2026
96d47b0
Fix eagle3 compatibility with v5
echarlaix Mar 11, 2026
db80561
set dtype in tests when loading sd3 model
echarlaix Mar 11, 2026
3e5a2b2
trigger tests for transformers v5.3
echarlaix Mar 11, 2026
10add8c
update setup
echarlaix Mar 12, 2026
501b523
update setup
echarlaix Mar 12, 2026
15548fc
update setup
echarlaix Mar 12, 2026
7907878
fix bf16 model export
echarlaix Mar 17, 2026
c026dd9
question answering pipeline deprecated in v5.3
echarlaix Mar 18, 2026
61d85b3
ix mamba expected int8
echarlaix Mar 18, 2026
55c0d46
Fix _DEFAULT_IGNORED_SCOPE_CONFIGS for __make_16bit_traceable patched…
echarlaix Mar 18, 2026
2f38fd8
add test to ensure dtype
echarlaix Mar 18, 2026
c925a79
style
echarlaix Mar 18, 2026
bf1f377
check openvino model expected dtype in test_export_dtype
echarlaix Mar 19, 2026
5033df2
fix qwen3vl vision embeddings pos
echarlaix Mar 20, 2026
28e98ca
exclude vision_embeddings_pos behavior for qwen2_vl models
echarlaix Mar 20, 2026
910cc75
rename InputEmbedOpenvVINOConfig to InputEmbedOpenVINOConfig
echarlaix Mar 20, 2026
5d06377
fix lfm2 attention mask for mamba layers
echarlaix Mar 25, 2026
b07adfb
add comment
echarlaix Mar 26, 2026
2f8a5ed
only apply mask for transformers >= v5
echarlaix Mar 26, 2026
3637189
Add fix for granitemoe export
echarlaix Mar 30, 2026
bad4b56
merge main in branch
echarlaix Mar 30, 2026
dbabc02
set afmoe MAX_TRANSFORMERS_VERSION to v5.0
echarlaix Mar 31, 2026
dfbf3fc
update afmoe test
echarlaix Mar 31, 2026
fca276b
remove afmoe MAX_TRANSFORMERS_VERSION as included in transformers v5
echarlaix Apr 1, 2026
c1dc781
style
echarlaix Apr 1, 2026
4cb14e9
fix test_find_untested_architectures
echarlaix Apr 1, 2026
b0a7826
[OpenVINO] Support Gemma 4
rkazants Apr 2, 2026
2c57fee
Fix formatting
rkazants Apr 2, 2026
e13582d
Merge remote-tracking branch 'upstream/main' into support_gemma_4
rkazants Apr 15, 2026
5b0b29b
Apply suggestion from @rkazants
rkazants Apr 16, 2026
2827246
Remove wrong changes.
popovaan Apr 16, 2026
bff9619
Remove wrong changes.
popovaan Apr 16, 2026
387dc8c
Remove wrong changes.
popovaan Apr 16, 2026
14d057a
Seq2seq test.
popovaan Apr 16, 2026
a117774
Quantization tests.
popovaan Apr 16, 2026
ebb1755
Docs update.
popovaan Apr 16, 2026
bb43c24
Removed redundant import.
popovaan Apr 16, 2026
1fccd40
Fix Gemma 4 26B-A4B (MoE) export and inference
popovaan Apr 17, 2026
4675294
Fix accuracy on tiny model.
popovaan Apr 22, 2026
19c605c
Code style.
popovaan Apr 22, 2026
7bd6e48
Test export.
popovaan Apr 22, 2026
18fbdc4
Minor fix.
popovaan Apr 22, 2026
ac8f8d8
Fix use_bidirectional_attention.
popovaan Apr 23, 2026
ea69427
MoE tests.
popovaan Apr 23, 2026
a97bf7d
Code style.
popovaan Apr 23, 2026
cf2e46f
Merge remote-tracking branch 'upstream/main' into support_gemma_4
popovaan Apr 23, 2026
9eb2a44
Merge branch 'main' into support_gemma_4
popovaan Apr 27, 2026
32712e3
Workflow to test gemma4 on transformers==5.5
popovaan Apr 28, 2026
e1a1325
Workflow to test gemma4 on transformers==5.5
popovaan Apr 28, 2026
28fb7f0
Workflow to test gemma4 on transformers==5.5
popovaan Apr 28, 2026
bdde55b
Use latest openvino nightly for Gemma4.
popovaan Apr 28, 2026
601e664
Fix compression test.
popovaan Apr 28, 2026
9cc279d
Workflow corrections.
popovaan Apr 29, 2026
df8b17f
Wrong change.
popovaan Apr 29, 2026
6a30dcb
Minor correction.
popovaan Apr 29, 2026
018dbe6
Refactor token_type_ids passing.
popovaan Apr 29, 2026
9f281b4
Update .github/workflows/test_openvino_preview_models.yml
popovaan Apr 29, 2026
21b6ce8
Update .github/workflows/test_openvino_preview_models.yml
popovaan Apr 29, 2026
0c2f411
Minor corrections.
popovaan Apr 29, 2026
87f4bec
Code style.
popovaan Apr 29, 2026
a274378
Reuse LFM2 MoE patching.
popovaan Apr 30, 2026
ff99d6e
Update optimum/exporters/openvino/model_configs.py
popovaan Apr 30, 2026
0f8508c
Applied comments, removed not needed code.
popovaan Apr 30, 2026
942112a
Code style.
popovaan Apr 30, 2026
eac3893
Applied comments.
popovaan Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions .github/workflows/test_openvino_preview_models.yml
Comment thread
rkazants marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Preview Models Support Validation

on:
workflow_dispatch:
push:
branches:
- main
- v*-release
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read

env:
UV_TORCH_BACKEND: cpu
UV_SYSTEM_PYTHON: true
TRANSFORMERS_IS_CI: true
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

jobs:
build:
strategy:
fail-fast: false
matrix:
test-pattern:
[
"*export*",
"*seq2seq*",
"*quantization*",
]

runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install dependencies
run: |
pip install --upgrade pip uv
uv pip install .[tests] librosa diffusers

- name: Login with fork PRs CI token
if: ${{ env.HF_TOKEN == '' }}
run: |
python tests/scripts/login_with_ci_token.py

- name: Install latest openvino nightly
run: |
uv pip install --pre -U openvino openvino-tokenizers openvino-genai --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly

- name: Gemma 4 Validation
run: |
uv pip install transformers==5.5.0
pytest tests/openvino/${{ matrix.test-pattern }} -m gemma4 --durations=0
1 change: 1 addition & 0 deletions docs/source/openvino/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Here is the list of the supported architectures :
- Gemma
- Gemma 2
- Gemma 3
- Gemma 4
- GOT-OCR 2.0
- Granite
- Granite 4.0
Expand Down
Loading
Loading