From 8836e9c405074c195d9e57e82c118446f28e019c Mon Sep 17 00:00:00 2001 From: "C.J. Collier" Date: Tue, 22 Oct 2024 09:21:09 -0700 Subject: [PATCH] Update README.md (#195) added some more supported GPUs --- dlvm/gcp-gpu-utilization-metrics/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dlvm/gcp-gpu-utilization-metrics/README.md b/dlvm/gcp-gpu-utilization-metrics/README.md index 361e9630..ac54b554 100644 --- a/dlvm/gcp-gpu-utilization-metrics/README.md +++ b/dlvm/gcp-gpu-utilization-metrics/README.md @@ -2,6 +2,9 @@ This repository provides simple way to monitor GPU utilization on GCP. It supports the following NVIDIA Accelerators: + - A100 + - H100 + - L4 - K80 - P100 - P4 @@ -154,4 +157,4 @@ http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/def Solution: Your Compute Engine needs Google API Cloud access. Allow Read access in "Access scopes" Compute Engine, Stackdriver Logging and -Monitoring. \ No newline at end of file +Monitoring.