Skip to content

Commit 3013e87

Browse files
AidenYu1673alfredyu-cienet
authored andcommitted
Fix(setup.sh): Correct path to extra_deps_from_github.txt
1 parent d2f608d commit 3013e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
158158
else
159159
# stable or stable_stack mode: Install with pinned commits
@@ -172,7 +172,7 @@ else
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
177177
fi
178178

0 commit comments

Comments
 (0)