Skip to content

Commit

Permalink
#0: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetankTT committed Jul 13, 2024
1 parent 4f3b1b1 commit 1285ff8
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -40,7 +40,7 @@ if [ "$ARCH_NAME" != "wormhole_b0" ]; then

# Resnet18 tests with conv on cpu and with conv on device
pytest $TT_METAL_HOME/models/demos/resnet/tests/test_resnet18.py
pytest $TT_METAL_HOME/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50_new.py
pytest $TT_METAL_HOME/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50_new.py -k "pretrained_weight_false"
# Falcon tests
pytest $TT_METAL_HOME/models/demos/falcon7b/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 $TT_METAL_HOME/models/demos/falcon7b/tests/unit_tests/test_falcon_matmuls_and_bmms_with_mixed_precision.py -k "seq_len_512 and in0_BFLOAT16-in1_BFLOAT8_B-out_BFLOAT16-weights_DRAM"
Expand Down

0 comments on commit 1285ff8

Please sign in to comment.