We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af429c9 commit 0143de9Copy full SHA for 0143de9
docker/Dockerfile.rocm_base
@@ -1,13 +1,13 @@
1
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:7.0-complete
2
-ARG TRITON_BRANCH="f9e5bf54"
+ARG TRITON_BRANCH="57c693b6"
3
ARG TRITON_REPO="https://github.com/ROCm/triton.git"
4
-ARG PYTORCH_BRANCH="b2fb6885"
+ARG PYTORCH_BRANCH="1c57644d"
5
ARG PYTORCH_VISION_BRANCH="v0.23.0"
6
ARG PYTORCH_REPO="https://github.com/ROCm/pytorch.git"
7
ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"
8
ARG FA_BRANCH="0e60e394"
9
ARG FA_REPO="https://github.com/Dao-AILab/flash-attention.git"
10
-ARG AITER_BRANCH="2ab9f4cd"
+ARG AITER_BRANCH="eef23c7f"
11
ARG AITER_REPO="https://github.com/ROCm/aiter.git"
12
13
FROM ${BASE_IMAGE} AS base
0 commit comments