bug: remove A100 as recommended specs (#4450)

This commit is contained in:
Damodar Panigrahi
2026-02-25 14:05:36 +00:00
committed by GitHub
parent b468809df7
commit 2933fe606b
@@ -110,7 +110,7 @@
"## 0: Prerequisites\n", "## 0: Prerequisites\n",
"\n", "\n",
"- Install AlphaGenome Research and Google Cloud Platform packages.\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", "- (**) Save Huggingface credentials in Google Cloud Secret manager\n",
"- (***) Install 0.9.0 jax libraries\n", "- (***) Install 0.9.0 jax libraries\n",
"\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", "- Restart the session after installing the packages (pay attention to the instruction after you run the pip install cell)\n",
"\n", "\n",
"(*):\n", "(*):\n",
"- Request quota for h100 or 100\n", "- Request quota for H100\n",
"- Create a reservation\n", "- Create a reservation\n",
"- Create a template using the above reservation\n", "- Create a template using the above reservation\n",
"- Creat runtime using the above template\n", "- Creat runtime using the above template\n",