Skip to content

Commit

Permalink
#0: CI_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetankTT committed Nov 5, 2024
1 parent 62a7518 commit fe4e8ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
fail-fast: false
matrix:
card: [N150, N300]
model: [common_models, functional_unet, llama3.2-1B, mamba, mistral7b, mistral7b_eth, resnet50]
model: [common_models, functional_unet, llama3.2-1B, mamba, mistral7b, mistral7b_eth, resnet50, yolov4]
name: Nightly ${{ matrix.card }} ${{ matrix.model }}
env:
ARCH_NAME: wormhole_b0
Expand Down
4 changes: 4 additions & 0 deletions models/demos/yolov4/tests/yolov4_perfomant.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.

# SPDX-License-Identifier: Apache-2.0

import pytest
import torch
import ttnn
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/run_python_model_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ run_python_model_tests_wormhole_b0() {
# higher sequence lengths and different formats trigger memory issues
pytest models/demos/falcon7b_common/tests/unit_tests/test_falcon_matmuls_and_bmms_with_mixed_precision.py -k "seq_len_128 and in0_BFLOAT16-in1_BFLOAT8_B-out_BFLOAT16-weights_DRAM"
pytest tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50_new.py -k "pretrained_weight_false"
pytest models/experimental/yolov4/demo/demo.py -k "pretrained_weight_false"
pytest models/demo/yolov4/demo/demo.py -k "pretrained_weight_false"

# Unet Shallow
WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest -svv models/experimental/functional_unet/tests/test_unet_model.py
Expand Down

0 comments on commit fe4e8ef

Please sign in to comment.