mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Suppress gRPC log spam on Cloud TPU.
This commit is contained in:
parent
077793cd64
commit
5cb5056ea7
@ -31,6 +31,8 @@ def cloud_tpu_init():
|
||||
if not _running_in_cloud_tpu_vm():
|
||||
return
|
||||
|
||||
os.environ.setdefault('GRPC_VERBOSITY', 'ERROR')
|
||||
|
||||
# If the user has set any topology-related env vars, don't set any
|
||||
# automatically.
|
||||
if any([
|
||||
|
Loading…
x
Reference in New Issue
Block a user