Skip to content

Commit f7c3b33

Browse files
Merge pull request #2333 from MrGeislinger:main
PiperOrigin-RevId: 805892111
2 parents ac708cd + 3ea05e2 commit f7c3b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if [ -e "$libtpu_path" ]; then
156156
rm "$libtpu_path"
157157
fi
158158

159-
elif [[ "$MODE" == "stable" || ! -v MODE ]]; then
159+
if [[ "$MODE" == "stable" || ! -v MODE ]]; then
160160
# Stable mode
161161
if [[ $DEVICE == "tpu" ]]; then
162162
echo "Installing stable jax, jaxlib for tpu"

0 commit comments

Comments
 (0)