From 87a72c54554e69621c105d65518708bf79048b58 Mon Sep 17 00:00:00 2001 From: Tapasvi Patel Date: Fri, 2 Aug 2024 18:16:18 +0000 Subject: [PATCH] changes --- .github/workflows/ttrt-flatbuffer-ttnn.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ttrt-flatbuffer-ttnn.yml b/.github/workflows/ttrt-flatbuffer-ttnn.yml index 98bc9d26d..28c069818 100644 --- a/.github/workflows/ttrt-flatbuffer-ttnn.yml +++ b/.github/workflows/ttrt-flatbuffer-ttnn.yml @@ -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 @@ -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'