-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] tpu-info
can not access metrics
#6
Comments
it shows same error on repo example: import torch
import torch_xla
t = torch.randn((300, 300), device=torch_xla.device())
!tpu-info
|
Same issue for me on different TPUs (v3 or v4) |
@will-cromar @SurbhiJainUSC @bvandermoon Please take a look, Thanks |
I am seeing the same issue. Using jax, and creating a v4-8 from I see the comment about "Releases from before 2024 may not be compatible.". However, it is not clear to me what that refers to, and what needs to be updated. |
Minimal working code is Here. Code follows GoogleCloudPlatform example
Code run completed successfully on TPU VM v3-8, but while call
!tpu-info
at the end, it shows:The text was updated successfully, but these errors were encountered: