Skip to content

Commit 46d2a30

Browse files
committed
update download
1 parent 7020fe1 commit 46d2a30

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/actions/build_vgg_resnet_action/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Untar artifacts
2525
shell: bash
2626
run: |
27-
tar -xvzf new_tartan.tar.gz
27+
tar -xvzf $(pwd)/new_tartan.tar.gz
2828
2929
- name: Set up environment and build networks
3030
shell: bash

.github/workflows/run_tartan.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ jobs:
5252
tar -xzf sycl_linux.tar.gz -C linux_nightly_release
5353
ls
5454
55-
- name: Build portBLAS
56-
uses: ./.github/actions/build_portBLAS_action
57-
with:
58-
workspace: ${{ github.workspace }}
55+
# - name: Build portBLAS
56+
# uses: ./.github/actions/build_portBLAS_action
57+
# with:
58+
# workspace: ${{ github.workspace }}
5959

60-
- name: Build portDNN
61-
uses: ./.github/actions/build_portDNN_action
62-
with:
63-
workspace: ${{ github.workspace }}
60+
# - name: Build portDNN
61+
# uses: ./.github/actions/build_portDNN_action
62+
# with:
63+
# workspace: ${{ github.workspace }}
6464

6565
- name: Package Tartan Artifacts
6666
run: |
67-
tar -czf new_tartan.tar.gz $(pwd)/build $(pwd)/portDNN_build_dir $(pwd)/portBLAS_build_dir
67+
tar -czf new_tartan.tar.gz $(pwd)/build #$(pwd)/portDNN_build_dir $(pwd)/portBLAS_build_dir
6868
6969
- name: Upload Artifacts
7070
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)