We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0b29b commit 2827246Copy full SHA for 2827246
2 files changed
.github/workflows/test_offline.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
pip install --upgrade pip uv
37
- uv pip install .[tests]
+ uv pip install .[diffusers,tests]
38
39
- name: Test
40
optimum/exporters/openvino/model_configs.py
@@ -876,8 +876,6 @@ class ExaoneOpenVINOConfig(LlamaOpenVINOConfig):
876
)
877
class Exaone4OpenVINOConfig(LlamaOpenVINOConfig):
878
MIN_TRANSFORMERS_VERSION = "4.54.0"
879
- # TODO (@echarlaix): add v5 support
880
- MAX_TRANSFORMERS_VERSION = "4.57.6"
881
882
883
@register_in_tasks_manager(
0 commit comments