From 2933fe606b41af099f0dba0e9693cc4d4d828883 Mon Sep 17 00:00:00 2001 From: Damodar Panigrahi Date: Wed, 25 Feb 2026 06:05:36 -0800 Subject: [PATCH] bug: remove A100 as recommended specs (#4450) --- .../community/alphagenome/cloudai_alphagenome_finetune.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/community/alphagenome/cloudai_alphagenome_finetune.ipynb b/notebooks/community/alphagenome/cloudai_alphagenome_finetune.ipynb index a7dee34c8..166d16e75 100644 --- a/notebooks/community/alphagenome/cloudai_alphagenome_finetune.ipynb +++ b/notebooks/community/alphagenome/cloudai_alphagenome_finetune.ipynb @@ -110,7 +110,7 @@ "## 0: Prerequisites\n", "\n", "- Install AlphaGenome Research and Google Cloud Platform packages.\n", - "- (*) Choose either H100 or A100 specific vm notebook runtime.\n", + "- (*) Choose H100 specific vm notebook runtime.\n", "- (**) Save Huggingface credentials in Google Cloud Secret manager\n", "- (***) Install 0.9.0 jax libraries\n", "\n", @@ -123,7 +123,7 @@ "- Restart the session after installing the packages (pay attention to the instruction after you run the pip install cell)\n", "\n", "(*):\n", - "- Request quota for h100 or 100\n", + "- Request quota for H100\n", "- Create a reservation\n", "- Create a template using the above reservation\n", "- Creat runtime using the above template\n",