Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LPanosTT committed Feb 24, 2025
1 parent b54bf3a commit 4be4c2f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GIT_SHA
ARG FROM_TAG=${GIT_SHA:-latest}

FROM ghcr.io/tenstorrent/tt-torch/tt-torch-base-llvm-uplift-ubuntu-22-04:${FROM_TAG} AS ci-build
FROM ghcr.io/tenstorrent/tt-torch/tt-torch-base-ubuntu-22-04:${FROM_TAG} AS ci-build
SHELL ["/bin/bash", "-c"]

# Create a directory for the build and toolchain
Expand All @@ -24,7 +24,7 @@ RUN cd third_party && \
cmake -B toolchain -DBUILD_TOOLCHAIN=ON

# Final stage
FROM ghcr.io/tenstorrent/tt-torch/tt-torch-base-llvm-uplift-ubuntu-22-04:${FROM_TAG} AS ci
FROM ghcr.io/tenstorrent/tt-torch/tt-torch-base-ubuntu-22-04:${FROM_TAG} AS ci

# Copy the TTMLIR_TOOLCHAIN_DIR from the previous stage
ENV TTMLIR_TOOLCHAIN_DIR=/opt/ttmlir-toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- wormhole_b0

env:
BASE_IMAGE_NAME: ghcr.io/${{ github.repository }}/tt-torch-base-llvm-uplift-ubuntu-22-04
CI_IMAGE_NAME: ghcr.io/${{ github.repository }}/tt-torch-ci-llvm-uplift-ubuntu-22-04
BASE_IMAGE_NAME: ghcr.io/${{ github.repository }}/tt-torch-base-ubuntu-22-04
CI_IMAGE_NAME: ghcr.io/${{ github.repository }}/tt-torch-ci-ubuntu-22-04

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-model-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- wormhole_b0

container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root --device /dev/tenstorrent/0
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-ttnn-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 120
runs-on: ubuntu-latest
container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root --device /dev/tenstorrent/0
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root --device /dev/tenstorrent/0 --shm-size=2gb
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-op-by-op-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
name: "tests (${{ matrix.build.runs-on }}, ${{ matrix.build.name }})"

container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root --device /dev/tenstorrent/0 --shm-size=4gb
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-llvm-uplift-ubuntu-22-04:latest
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root --device /dev/tenstorrent/0 --shm-size=2gb
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down

0 comments on commit 4be4c2f

Please sign in to comment.