Skip to content

Commit

Permalink
Merge branch 'main' into vkozlov/fix-levanter-tests-3
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex authored Oct 2, 2024
2 parents 786a4d4 + afd9f7f commit 19e9c1d
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 134 deletions.
7 changes: 0 additions & 7 deletions .github/container/Dockerfile.maxtext.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ git-clone.sh ${URLREF_MAXTEXT} ${SRC_PATH_MAXTEXT}
echo "-r ${SRC_PATH_MAXTEXT}/requirements.txt" >> /opt/pip-tools.d/requirements-maxtext.in
EOF

###############################################################################
## Apply patch
###############################################################################

ADD maxtext-mha.patch /opt
RUN cd "${SRC_PATH_MAXTEXT}" && patch -p1 < /opt/maxtext-mha.patch && git diff

###############################################################################
## Add test script to the path
###############################################################################
Expand Down
7 changes: 0 additions & 7 deletions .github/container/Dockerfile.maxtext.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ git-clone.sh ${URLREF_MAXTEXT} ${SRC_PATH_MAXTEXT}
echo "-r ${SRC_PATH_MAXTEXT}/requirements.txt" >> /opt/pip-tools.d/requirements-maxtext.in
EOF

###############################################################################
## Apply patch
###############################################################################

ADD maxtext-mha.patch /opt
RUN cd "${SRC_PATH_MAXTEXT}" && patch -p1 < /opt/maxtext-mha.patch && git diff

###############################################################################
## Add test script to the path
###############################################################################
Expand Down
15 changes: 0 additions & 15 deletions .github/container/maxtext-mha.patch

This file was deleted.

Loading

0 comments on commit 19e9c1d

Please sign in to comment.