Update README.md

This commit is contained in:
HGB 2024-11-25 17:35:17 +07:00 committed by GitHub
parent 32113b1c8e
commit 3d299f243d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,3 +24,9 @@ To get memory info for TPU devices, install the [tpu-info](https://github.com/AI
``` ```
pip install tpu-info pip install tpu-info
``` ```
To monitor tpu-info
```
watch -n0 tpu-info
```