Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Dec 12, 2024
1 parent d4e7c18 commit a43fb10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/perf-device-models-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,19 @@ jobs:
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
runs-on: ${{ matrix.test-info.runs-on }}
steps:
- uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main
- name: Ensure weka mount is active
run: |
sudo systemctl restart mnt-MLPerf.mount
sudo /etc/rc.local
ls -al /mnt/MLPerf/bit_error_tests
- uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main
- name: Set up dynamic env vars for build
run: |
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
- uses: actions/download-artifact@v4
- uses: ./.github/actions/prepare-metal-run
with:
name: TTMetal_build_${{ matrix.test-info.arch }}_profiler
- name: Extract files
run: tar -xvf ttm_${{ matrix.test-info.arch }}.tar
# - uses: ./.github/actions/install-python-deps
# - name: Run device performance regressions
# timeout-minutes: ${{ matrix.test-info.timeout }}
# run: |
# source python_env/bin/activate
# ./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type models_device_performance_${{ matrix.test-info.machine-type }}
arch: ${{ inputs.arch }}
is_profiler: 'true'
- name: ${{ matrix.test-group.name }} tests
timeout-minutes: ${{ matrix.test-info.timeout }}
uses: ./.github/actions/docker-run
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def is_editable_install_(self):

setup(
url="http://www.tenstorrent.com",
# use_scm_version=get_version(metal_build_config),
use_scm_version=get_version(metal_build_config),
packages=packages,
package_dir={
"": "ttnn", # only this is relevant in case of editable install mode
Expand Down

0 comments on commit a43fb10

Please sign in to comment.