forked from jax-ml/jax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set TPU topology env vars in cloud_tpu_init.py
This used to be necessary. However, now these are automatically set in libtpu. Beyond being redundant, the Python logic needs to be updated to avoid getting KeyErrors on new topologies and TPU versions, so better to remove it. This also moves `get_metadata` to cloud_tpu_cluster.py since it's only used in that file now.
- Loading branch information
Showing
2 changed files
with
28 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters