We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc5ef85 + 27eb9a9 commit 4095016Copy full SHA for 4095016
tools/setup/setup.sh
@@ -160,7 +160,7 @@ if [[ "$MODE" == "nightly" ]]; then
160
echo "-------------------------------------------------"
161
162
python3 -m uv pip install --no-cache-dir -U -r "$nightly_txt" \
163
- -r 'dependencies/requirements/extra_deps_from_github.txt'
+ -r 'src/install_maxtext_extra_deps/extra_deps_from_github.txt'
164
rm -fv -- "$nightly_txt"
165
else
166
# stable or stable_stack mode: Install with pinned commits
@@ -185,7 +185,7 @@ else
185
exit 2
186
187
python3 -m uv pip install --resolution=lowest -r "$requirements_txt" \
188
189
fi
190
191
0 commit comments