Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ed3a51

Browse files
authored
Remove tunix from MaxText requirement (#1702)
tunix is only needed for ARM and we'd like to workaround the libtpuconflict issue to unblock the MaxText build
1 parent78d8b08 commit6ed3a51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/container/Dockerfile.maxtext‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ git-clone.sh ${URLREF_MAXTEXT} ${SRC_PATH_MAXTEXT}
2323
git-clone.sh ${URLREF_JETSTREAM} ${SRC_PATH_JETSTREAM}
2424
EOF
2525

26+
# WAR: tunix package is not needed for Nvidia GPU support
27+
RUN <<"EOF" bash -ex -o pipefail
28+
sed -i '/tunix/d' ${SRC_PATH_MAXTEXT}/src/install_maxtext_extra_deps/extra_deps_from_github.txt
29+
EOF
30+
2631
RUN <<"EOF" bash -ex -o pipefail
2732
echo "-e file://${SRC_PATH_MAXTEXT}" >> /opt/pip-tools.d/requirements-maxtext.in
2833
echo "-r ${SRC_PATH_MAXTEXT}/src/install_maxtext_extra_deps/extra_deps_from_github.txt" >> /opt/pip-tools.d/requirements-maxtext.in

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp