Skip to content

Commit

Permalink
#8082: ttnn run sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 17, 2024
1 parent d9b6640 commit d04273a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ttnn-run-sweeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
timeout-minutes: 30
run: |
./scripts/docker/run_docker_cmd.sh -e LOGURU_LEVEL=DEBUG --device /dev/tenstorrent -- \
./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type ttnn_sweeps
/bin/bash -c "source python_env/bin/activate \
&& ./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type ttnn_sweeps
- name: Assert that csvs exist in expected ttnn results folder
run: ls -hal tests/ttnn/sweep_tests/results/*.csv
- name: Upload ttnn sweep reports csvs
Expand Down

0 comments on commit d04273a

Please sign in to comment.