From c60f3f315c4ca370108908567e2c6bd15faf282c Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 11:56:14 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d2848..16a97c5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Use your editor to fill in the information in the `.env` file. If you want to try other pytorch models under `gs://apache-beam-ml/models/`, ```bash -gsutil ls gs://apache-beam-ml/models/ +gcloud storage ls gs://apache-beam-ml/models/ ``` you need to edit `config.py` to add more model names.