Commit 477c3c5
authored
Remove xfail marker and update test duration (#3034)
### Summary
In today’s nightly pipeline, several models previously marked as `xfail`
have now passed successfully. So
- Removed `xfail` markers for **Swin**, **BLIP**, and **CLIP**
PaddlePaddle models.
- Updated test durations for **Ernie** and **GLM** PaddlePaddle models
and **NBeats** ONNX models.
### Detailed Test Results
| **Test Path** | **Status** | **Failure (if any)** | **Prev Duration
(s)** | **Current Duration (s)** |
|----------------|------------|----------------------|-----------------------|--------------------------|
|
`forge/test/models/paddlepaddle/text/glm/test_glm.py::test_glm[THUDM/glm-large-chinese]`
| ❌ **Failed** | `tvm.error.OpNotImplemented: share_data` | 183.16 |
652.521 |
|
`forge/test/models/onnx/vision/swin/test_swin.py::test_swin_v2_tiny_masked_onnx[microsoft/swinv2-tiny-patch4-window8-256]`
| ✅ **Passed** | — | 591.81 | 553.997 |
|
`forge/test/models/paddlepaddle/text/ernie/test_ernie.py::test_ernie_for_sequence_classification[ernie-1.0]`
| ✅ **Passed** | — | 201.608 | 439.756 |
|
`forge/test/models/paddlepaddle/text/t5/test_t5.py::test_t5_conditional_generation[t5-base]`
| ❌ **Failed** | `tvm.error.OpNotImplemented: conditional_block,
select_input` | 536.16 | 136.287 |
|
`forge/test/models/onnx/timeseries/test_nbeats_onnx.py::test_nbeats_with_seasonality_basis_onnx[seasionality_basis]`
| ❌ **Failed** | `ValueError: Data mismatch (AutomaticValueChecker)` |
120.44 | 168.031 |
|
`forge/test/models/paddlepaddle/multimodal/blip/test_blip.py::test_blip[Salesforce/blip-image-captioning-base]`
| ✅ **Passed** | — | 477.72 | 473.577 |
|
`forge/test/models/paddlepaddle/multimodal/clip/test_chineseclip.py::test_chineseclip[OFA-Sys/chinese-clip-vit-base-patch16]`
| ✅ **Passed** | — | 397.86 | 216.907 |1 parent 3917f94 commit 477c3c5
File tree
4 files changed
+3
-6
lines changed- forge/test/models
- onnx/vision/swin
- paddlepaddle/multimodal
- blip
- clip
4 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23500 | 23500 | | |
23501 | 23501 | | |
23502 | 23502 | | |
23503 | | - | |
| 23503 | + | |
23504 | 23504 | | |
23505 | 23505 | | |
23506 | 23506 | | |
| |||
23527 | 23527 | | |
23528 | 23528 | | |
23529 | 23529 | | |
23530 | | - | |
| 23530 | + | |
23531 | 23531 | | |
23532 | 23532 | | |
23533 | 23533 | | |
| |||
50256 | 50256 | | |
50257 | 50257 | | |
50258 | 50258 | | |
50259 | | - | |
| 50259 | + | |
50260 | 50260 | | |
50261 | 50261 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
0 commit comments