We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee39f2 commit c4846e0Copy full SHA for c4846e0
1 file changed
.github/workflows/models448.yml
@@ -12,6 +12,8 @@ jobs:
12
run:
13
name: to-${{ matrix.torch }}-tr-${{ matrix.transformers }}-ci ${{ matrix.os }}-${{ matrix.python }}
14
runs-on: ${{ matrix.os }}
15
+ timeout-minutes: 15
16
+
17
strategy:
18
fail-fast: false
19
matrix:
@@ -64,5 +66,6 @@ jobs:
64
66
run: python -m pip freeze
65
67
68
- name: Phi-4-multimodal-instruct - vision
69
+ continue-on-error: true
70
run: |
71
PYTHONPATH=. python -m onnx_diagnostic.ci_models.export_phi4_mm -m microsoft/Phi-4-multimodal-instruct --device cpu --dtype float16 --exporter custom --no-pretrained --no-second-input --atol 100000164640 --mismatch01 1 --part vision
0 commit comments