Skip to content

Commit c4846e0

Browse files
committed
add timeout
1 parent aee39f2 commit c4846e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/models448.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
run:
1313
name: to-${{ matrix.torch }}-tr-${{ matrix.transformers }}-ci ${{ matrix.os }}-${{ matrix.python }}
1414
runs-on: ${{ matrix.os }}
15+
timeout-minutes: 15
16+
1517
strategy:
1618
fail-fast: false
1719
matrix:
@@ -64,5 +66,6 @@ jobs:
6466
run: python -m pip freeze
6567

6668
- name: Phi-4-multimodal-instruct - vision
69+
continue-on-error: true
6770
run: |
6871
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

Comments
 (0)