Skip to content

Commit 5fab705

Browse files
authored
Don't use nightly libtpu for torch_xla release
1 parent e176685 commit 5fab705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# 4. After the local build succeeds, create a PR and wait for the CI result. Fix
111111
# CI errors as needed until all required checks pass.
112112

113-
USE_NIGHTLY = True # Whether to use nightly or stable libtpu and JAX.
113+
USE_NIGHTLY = False # Whether to use nightly or stable libtpu and JAX.
114114

115115
_libtpu_version = '0.0.21'
116116
_libtpu_date = '20250813'

0 commit comments

Comments
 (0)