Skip to content

Commit de54b8b

Browse files
authored
Update Time Duration (#2986)
### Problem description Facing crash issues ### What's changed Updated time duration cc: @nvukobratTT
1 parent efba16a commit de54b8b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.test_durations

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,7 @@
31453145
"forge/test/models/onnx/vision/vit/test_vit.py::test_vit_classify_224[google/vit-base-patch16-224]": 122.94,
31463146
"forge/test/models/pytorch/text/albert/test_albert.py::test_albert_masked_lm_pytorch[xlarge-v1]": 95.96,
31473147
"forge/test/models/pytorch/text/distilbert/test_distilbert.py::test_distilbert_question_answering_pytorch[distilbert-base-cased-distilled-squad]": 32.431,
3148-
"forge/test/models/pytorch/text/opt/test_opt.py::test_opt_sequence_classification[facebook/opt-1.3b]": 98.348,
3148+
"forge/test/models/pytorch/text/opt/test_opt.py::test_opt_sequence_classification[facebook/opt-1.3b]": 244.78,
31493149
"forge/test/models/pytorch/text/squeezebert/test_squeezebert.py::test_squeezebert_sequence_classification_pytorch[squeezebert/squeezebert-mnli]": 73.416,
31503150
"forge/test/models/pytorch/text/t5/test_t5.py::test_t5_generation[google_flan_t5_base]": 0.649,
31513151
"forge/test/models/pytorch/timeseries/nbeats/test_nbeats.py::test_nbeats_with_trend_basis[trend_basis]": 80.694,
@@ -21122,7 +21122,7 @@
2112221122
"forge/test/models/pytorch/vision/yolo/test_yolox.py::test_yolox_pytorch[yolox_nano]": 119.101,
2112321123
"forge/test/models/paddlepaddle/text/bert/test_bert.py::test_bert_question_answering[bert-base-uncased-input0]": 150.187,
2112421124
"forge/test/models/paddlepaddle/vision/resnet/test_resnet.py::test_resnet_pd[resnet34]": 154.92,
21125-
"forge/test/models/paddlepaddle/vision/resnet/test_resnet.py::test_resnet_pd[resnet152]": 138.265,
21125+
"forge/test/models/paddlepaddle/vision/resnet/test_resnet.py::test_resnet_pd[resnet152]": 238.265,
2112621126
"forge/test/models/onnx/text/bert/test_bert.py::test_bert_masked_lm_onnx[17-bert-base-uncased]": 123.335,
2112721127
"forge/test/models/onnx/vision/deit/test_deit_onnx.py::test_deit_onnx[facebook/deit-small-patch16-224]": 117.438,
2112821128
"forge/test/models/onnx/vision/dla/test_dla.py::test_dla_onnx[dla102]": 101.074,
@@ -50241,7 +50241,7 @@
5024150241
"forge/test/models/pytorch/text/qwen/test_qwen_v3.py::test_qwen3_embedding[embedding_0_6b]": 235.870697,
5024250242
"forge/test/models/pytorch/vision/densenet/test_densenet.py::test_densenet_pytorch[densenet169]": 602.55577,
5024350243
"forge/test/models/onnx/vision/vgg/test_vgg_onnx.py::test_vgg_osmr_pytorch[bn_vgg19b]": 88.276467,
50244-
"forge/test/models/pytorch/text/falcon/test_falcon.py::test_falcon_3[tiiuae/Falcon3-1B-Base]": 589.006369,
50244+
"forge/test/models/pytorch/text/falcon/test_falcon.py::test_falcon_3[tiiuae/Falcon3-1B-Base]": 619.006369,
5024550245
"forge/test/models/pytorch/vision/vit/test_vit.py::test_vit_classify_224_hf_pytorch[base]": 133.035508,
5024650246
"forge/test/models/onnx/vision/mlp_mixer/test_mlp_mixer_onnx.py::test_mlp_mixer_timm_onnx[mixer_b16_224_miil]": 97.914288,
5024750247
"forge/test/models/onnx/vision/regnet/test_regnet_onnx.py::test_regnet_img_classification_onnx[regnet_y_064]": 180.068727,
@@ -50251,7 +50251,8 @@
5025150251
"forge/test/models/pytorch/text/llama/test_llama3.py::test_llama3_causal_lm_pytorch[llama_3_8b_instruct]": 0.112146,
5025250252
"forge/test/models/pytorch/text/qwen/test_qwen_v3.py::test_qwen3_clm_pytorch[1_7b]": 446.14,
5025350253
"forge/test/models/pytorch/text/qwen/test_qwen_v2_5_coder.py::test_qwen_coder_clm_pytorch[1_5b]": 307.70,
50254-
"forge/test/models/onnx/vision/perceiverio/test_perceiverio_onnx.py::test_perceiverio_for_image_classification_onnx[deepmind/vision-perceiver-learned]": 824.83,
50254+
"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,
50256-
"forge/test/models/pytorch/text/phi1/test_phi1_5.py::test_phi1_5_token_classification_pytorch[microsoft/phi-1_5]": 267.22
50256+
"forge/test/models/pytorch/text/phi1/test_phi1_5.py::test_phi1_5_token_classification_pytorch[microsoft/phi-1_5]": 367.22,
50257+
"forge/test/models/pytorch/vision/yolo/test_yolo_v8.py::test_yolov8[yolov8x]": 335.56
5025750258
}

0 commit comments

Comments
 (0)