Skip to content

Commit 9751246

Browse files
authored
remove maxtext patch (#1070)
There was a multiprocess failure for previous tensorflow versions, hence pinning was required. However, with the recent tf the issue is no longer there. Hence removing the patch. This should also help with JetStream installation
1 parent 37d65cf commit 9751246

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

.github/container/Dockerfile.maxtext.amd64

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ git-clone.sh ${URLREF_MAXTEXT} ${SRC_PATH_MAXTEXT}
1717
echo "-r ${SRC_PATH_MAXTEXT}/requirements.txt" >> /opt/pip-tools.d/requirements-maxtext.in
1818
EOF
1919

20-
###############################################################################
21-
## Apply patch
22-
###############################################################################
23-
24-
ADD maxtext-mha.patch /opt
25-
RUN cd "${SRC_PATH_MAXTEXT}" && patch -p1 < /opt/maxtext-mha.patch && git diff
26-
2720
###############################################################################
2821
## Add test script to the path
2922
###############################################################################

.github/container/Dockerfile.maxtext.arm64

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ git-clone.sh ${URLREF_MAXTEXT} ${SRC_PATH_MAXTEXT}
5858
echo "-r ${SRC_PATH_MAXTEXT}/requirements.txt" >> /opt/pip-tools.d/requirements-maxtext.in
5959
EOF
6060

61-
###############################################################################
62-
## Apply patch
63-
###############################################################################
64-
65-
ADD maxtext-mha.patch /opt
66-
RUN cd "${SRC_PATH_MAXTEXT}" && patch -p1 < /opt/maxtext-mha.patch && git diff
67-
6861
###############################################################################
6962
## Add test script to the path
7063
###############################################################################

.github/container/maxtext-mha.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)