File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ echo "-e file://${SRC_PATH_T5X}[gpu]" >> /opt/pip-tools.d/requirements-t5x.in
2424# so setting the lower-bound to something recent
2525echo "seqio-nightly>=0.0.18.dev20240714" >> /opt/pip-tools.d/requirements-t5x.in
2626
27+ # tensorflow-cpu==2.19.0 is incompatible with tensorflow-text
28+ echo "tensorflow==2.18.1" >> /opt/pip-tools.d/requirements-t5x.in
29+
2730# 2. Remove head-of-tree specs from select dependencies
2831pushd ${SRC_PATH_T5X}
2932sed -i "s| @ git+https://github.com/google/flax#egg=flax||g" setup.py
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ if [[ "${GIT_REPO}" == *"gitlab"* ]]; then
8282 if grep -q -r gitlab-ci-token .git; then
8383 grep -r gitlab-ci-token .git | awk -F: ' {print $1}' | xargs rm -f
8484 fi
85+ git branch -D main
8586fi
8687popd
8788
You can’t perform that action at this time.
0 commit comments