Skip to content

Commit 2827246

Browse files
committed
Remove wrong changes.
1 parent 5b0b29b commit 2827246

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test_offline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
pip install --upgrade pip uv
37-
uv pip install .[tests]
37+
uv pip install .[diffusers,tests]
3838
3939
- name: Test
4040
run: |

optimum/exporters/openvino/model_configs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,6 @@ class ExaoneOpenVINOConfig(LlamaOpenVINOConfig):
876876
)
877877
class Exaone4OpenVINOConfig(LlamaOpenVINOConfig):
878878
MIN_TRANSFORMERS_VERSION = "4.54.0"
879-
# TODO (@echarlaix): add v5 support
880-
MAX_TRANSFORMERS_VERSION = "4.57.6"
881879

882880

883881
@register_in_tasks_manager(

0 commit comments

Comments
 (0)