Skip to content

Commit 780b9e1

Browse files
authored
Update Time Duration (#2992)
### Problem description Facing Crash Issue ### What's changed Updating Time Duration cc: @nvukobratTT
1 parent f2b33ae commit 780b9e1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.test_durations

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@
31353135
"forge/test/models/pytorch/vision/yolo/test_yolo_v5.py::test_yolov5_640x640[yolov5m]": 121.609,
31363136
"forge/test/models/pytorch/vision/yolo/test_yolox.py::test_yolox_pytorch[yolox_s]": 220.471541,
31373137
"forge/test/models/paddlepaddle/multimodal/paddleocr/test_paddleocr_rec.py::test_paddleocr_rec[v0_rec_en-https://paddleocr.bj.bcebos.com/dygraph_v2.0/multilingual/en_number_mobile_v2.0_rec_infer.tar]": 266.857937,
3138-
"forge/test/models/paddlepaddle/text/bert/test_bert.py::test_bert_question_answering[uer/chinese-roberta-base-input2]": 146.149553,
3138+
"forge/test/models/paddlepaddle/text/bert/test_bert.py::test_bert_question_answering[uer/chinese-roberta-base-input2]": 176.149553,
31393139
"forge/test/models/onnx/text/phi3/test_phi3.py::test_phi3_causal_lm_onnx[microsoft/phi-3-mini-128k-instruct]": 0.001,
31403140
"forge/test/models/onnx/vision/densenet/test_densenet_onnx.py::test_densenet_onnx[densenet161]": 486.545,
31413141
"forge/test/models/onnx/vision/dla/test_dla.py::test_dla_onnx[dla60]": 81.348,
@@ -5550,7 +5550,7 @@
55505550
"forge/test/models/pytorch/vision/yolo/test_yolox.py::test_yolox_pytorch[yolox_m]": 174.326,
55515551
"forge/test/models/paddlepaddle/text/bert/test_bert.py::test_bert_sequence_classification[cl-tohoku/bert-base-japanese-input1]": 99.234,
55525552
"forge/test/models/paddlepaddle/vision/alexnet/test_alexnet.py::test_alexnet": 51.897,
5553-
"forge/test/models/paddlepaddle/vision/resnet/test_resnet.py::test_resnet_pd[resnet50]": 178.948,
5553+
"forge/test/models/paddlepaddle/vision/resnet/test_resnet.py::test_resnet_pd[resnet50]": 198.948,
55545554
"forge/test/models/onnx/text/bert/test_bert.py::test_bert_question_answering_onnx[17-phiyodr/bert-large-finetuned-squad2]": 0.625,
55555555
"forge/test/models/onnx/vision/deit/test_deit_onnx.py::test_deit_onnx[facebook/deit-tiny-patch16-224]": 116.24,
55565556
"forge/test/models/onnx/vision/dla/test_dla.py::test_dla_onnx[dla102x2]": 188.084398,
@@ -23585,7 +23585,7 @@
2358523585
"forge/test/models/pytorch/vision/ssd300_vgg16/test_ssd300_vgg16.py::test_ssd300_vgg16[ssd300_vgg16]": 3.882,
2358623586
"forge/test/models/pytorch/vision/swin/test_swin.py::test_swin_v2_tiny_masked[microsoft/swinv2-tiny-patch4-window8-256]": 165.3,
2358723587
"forge/test/models/paddlepaddle/multimodal/clip/test_clip.py::test_clip_text[openai/clip-vit-base-patch16]": 69.728,
23588-
"forge/test/models/paddlepaddle/multimodal/clip/test_clip.py::test_clip_vision[openai/clip-vit-base-patch16]": 200.65,
23588+
"forge/test/models/paddlepaddle/multimodal/clip/test_clip.py::test_clip_vision[openai/clip-vit-base-patch16]": 230.65,
2358923589
"forge/test/models/paddlepaddle/multimodal/clip/test_clip.py::test_clip[openai/clip-vit-base-patch16]": 18.313,
2359023590
"forge/test/models/onnx/vision/efficientnet/test_efficientnet.py::test_efficientnet_onnx[efficientnet_b3]": 268.184081,
2359123591
"forge/test/models/onnx/vision/xception/test_xception_onnx.py::test_xception_onnx[xception71.tf_in1k]": 103.353,
@@ -50254,5 +50254,6 @@
5025450254
"forge/test/models/onnx/vision/perceiverio/test_perceiverio_onnx.py::test_perceiverio_for_image_classification_onnx[deepmind/vision-perceiver-learned]": 854.83,
5025550255
"forge/test/models/pytorch/text/phi1/test_phi1_5.py::test_phi1_5_sequence_classification_pytorch[microsoft/phi-1_5]": 220.04,
5025650256
"forge/test/models/pytorch/text/phi1/test_phi1_5.py::test_phi1_5_token_classification_pytorch[microsoft/phi-1_5]": 387.22,
50257-
"forge/test/models/pytorch/vision/yolo/test_yolo_v8.py::test_yolov8[yolov8x]": 355.56
50257+
"forge/test/models/pytorch/vision/yolo/test_yolo_v8.py::test_yolov8[yolov8x]": 355.56,
50258+
"forge/test/models/pytorch/vision/detr/test_detr.py::test_detr_segmentation[resnet_50_panoptic]": 187.31
5025850259
}

forge/test/models/onnx/vision/perceiverio/test_perceiverio_onnx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def test_perceiverio_for_image_classification_onnx(variant, forge_tmp_path):
6969
task=Task.IMAGE_CLASSIFICATION,
7070
source=Source.HUGGINGFACE,
7171
)
72+
if variant == "deepmind/vision-perceiver-learned":
73+
pytest.xfail(reason="Segmentation Fault")
7274

7375
# Sample Image
7476
pixel_values = get_sample_data(variant)

0 commit comments

Comments
 (0)