Skip to content

Commit efba16a

Browse files
authored
Update Time Duration (#2983)
### Problem description Facing Crash Issue in nightly [pipeline](https://github.com/tenstorrent/tt-forge-fe/actions/runs/18292983363) ### What's changed Updated Test duration cc: @nvukobratTT
1 parent 2f69f6c commit efba16a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.test_durations

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16157,7 +16157,7 @@
1615716157
"forge/test/models/pytorch/text/distilbert/test_distilbert.py::test_distilbert_token_classification_pytorch[Davlan/distilbert-base-multilingual-cased-ner-hrl]": 16.532,
1615816158
"forge/test/models/pytorch/text/llama/test_llama3.py::test_llama3_sequence_classification[meta-llama/Llama-3.2-1B-Instruct]": 78.709,
1615916159
"forge/test/models/pytorch/text/mamba/test_mamba.py::test_mamba[state-spaces/mamba-370m-hf]": 558.211,
16160-
"forge/test/models/pytorch/text/phi1/test_phi1.py::test_phi1_causal_lm_pytorch[microsoft/phi-1]": 141.859,
16160+
"forge/test/models/pytorch/text/phi1/test_phi1.py::test_phi1_causal_lm_pytorch[microsoft/phi-1]": 341.859,
1616116161
"forge/test/models/pytorch/text/qwen/test_qwen_v2.py::test_qwen2_token_classification[Qwen/Qwen2-7B]": 0.843,
1616216162
"forge/test/models/pytorch/vision/alexnet/test_alexnet.py::test_alexnet_torchhub": 74.402,
1616316163
"forge/test/models/pytorch/vision/dla/test_dla.py::test_dla_pytorch[dla169]": 215.566,
@@ -37763,7 +37763,7 @@
3776337763
"forge/test/models/pytorch/vision/segformer/test_segformer.py::test_segformer_semantic_segmentation_pytorch[nvidia/segformer-b0-finetuned-ade-512-512]": 210.918,
3776437764
"forge/test/models/pytorch/vision/yolo/test_yolo_v5.py::test_yolov5_640x640[yolov5x]": 303.34,
3776537765
"forge/test/models/pytorch/vision/yolo/test_yolo_v5.py::test_yolov5_1280x1280[yolov5s]": 41.345,
37766-
"forge/test/models/paddlepaddle/multimodal/clip/test_chineseclip.py::test_chineseclip_vision[OFA-Sys/chinese-clip-vit-base-patch16]": 168.679578,
37766+
"forge/test/models/paddlepaddle/multimodal/clip/test_chineseclip.py::test_chineseclip_vision[OFA-Sys/chinese-clip-vit-base-patch16]": 238.679578,
3776737767
"forge/test/models/onnx/vision/efficientnet/test_efficientnet.py::test_efficientnet_onnx[efficientnet_b3a]": 127.541,
3776837768
"forge/test/models/onnx/vision/segformer/test_segformer.py::test_segformer_semantic_segmentation_onnx[nvidia/segformer-b0-finetuned-ade-512-512]": 166.004,
3776937769
"forge/test/models/onnx/vision/yolo/test_yolo_world.py::test_yolo_world_inference_onnx": 3.513,
@@ -50212,7 +50212,7 @@
5021250212
"forge/test/models/onnx/vision/resnext/test_resnext_onnx.py::test_resnext_onnx[resnext50_32x4d]": 72.729221,
5021350213
"forge/test/models/pytorch/text/albert/test_albert.py::test_albert_token_classification_pytorch[xxlarge_v2]": 126.354767,
5021450214
"forge/test/models/pytorch/vision/hrnet/test_hrnet.py::test_hrnet_osmr_pytorch[hrnet_w18_small_v2_osmr]": 276.249599,
50215-
"forge/test/models/pytorch/vision/mobilenet/test_mobilenet_v1.py::test_mobilenetv1_hf[google/mobilenet_v1_1.0_224]": 102.065167,
50215+
"forge/test/models/pytorch/vision/mobilenet/test_mobilenet_v1.py::test_mobilenetv1_hf[google/mobilenet_v1_1.0_224]": 179.94,
5021650216
"forge/test/models/pytorch/vision/vgg/test_vgg.py::test_vgg_torchvision[torchvision_vgg11]": 98.244807,
5021750217
"forge/test/models/pytorch/text/albert/test_albert.py::test_albert_masked_lm_pytorch[base_v1]": 103.111417,
5021850218
"forge/test/models/pytorch/text/llama/test_llama3.py::test_llama3_causal_lm_pytorch[llama_3_2_1b]": 141.92349,
@@ -50252,5 +50252,6 @@
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,
5025450254
"forge/test/models/onnx/vision/perceiverio/test_perceiverio_onnx.py::test_perceiverio_for_image_classification_onnx[deepmind/vision-perceiver-learned]": 824.83,
50255-
"forge/test/models/pytorch/text/phi1/test_phi1_5.py::test_phi1_5_sequence_classification_pytorch[microsoft/phi-1_5]": 220.04
50255+
"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
5025650257
}

0 commit comments

Comments
 (0)