File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ if [[ "$MODE" == "nightly" ]]; then
153153 echo " -------------------------------------------------"
154154
155155 python3 -m uv pip install --no-cache-dir -U -r requirements.txt.nightly-temp \
156- -r " ${MAXTEXT_REPO_ROOT?} " ' /extra_deps_from_github.txt'
156+ -r " ${MAXTEXT_REPO_ROOT?} " ' /src/install_maxtext_extra_deps/ extra_deps_from_github.txt'
157157 rm requirements.txt.nightly-temp
158158else
159159 # stable or stable_stack mode: Install with pinned commits
172172 exit 2
173173 else
174174 python3 -m uv pip install --resolution=lowest -r " $tpu_requirements_txt " \
175- -r " ${MAXTEXT_REPO_ROOT?} " ' /extra_deps_from_github.txt'
175+ -r " ${MAXTEXT_REPO_ROOT?} " ' /src/install_maxtext_extra_deps/ extra_deps_from_github.txt'
176176 fi
177177fi
178178
You can’t perform that action at this time.
0 commit comments