Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 2, 2024
1 parent 1751fed commit 87a72c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ttrt-flatbuffer-ttnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build.build_type }}
- name: Lint
if: ${{ matrix.enable_runtime }} == 'OFF'
if: matrix.enable_runtime == 'OFF'
shell: bash
run: |
source env/activate
Expand All @@ -93,6 +93,10 @@ jobs:
run: |
source env/activate
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build.build_type }} -- ttrt
pip install torch
pip install loguru
pip install pandas
pip install seaborn
- name: Run ttrt functional tests
if: ${{ matrix.build.enable_perf }} == 'OFF'
Expand Down

0 comments on commit 87a72c5

Please sign in to comment.