Skip to content

Commit 0a4091a

Browse files
hyper-paramhyper-param
andauthored
fix: Fix json response parsing error (#4426)
Co-authored-by: hyper-param <peeyusht@google.com>
1 parent 5afa83d commit 0a4091a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notebooks/community/alphagenome/cloudai_alphagenome_vai_quickstart.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"# Keep Service account and token empty when using the key\n",
136136
"service_account = \"\" # @param {type:\"string\"}\n",
137137
"token = \"\" # @param {type:\"string\"}\n",
138-
"code_whl = \"alphagenome-0.4.2.3-py3-none-any.whl\"\n",
138+
"code_whl = \"alphagenome-0.4.2.5-py3-none-any.whl\"\n",
139139
"file_path = f\"gs://alphagenome-whl/{code_whl}\"\n",
140140
"\n",
141141
"service_account = service_account or None\n",
@@ -214,7 +214,7 @@
214214
"from IPython.display import clear_output\n",
215215
"\n",
216216
"! pip install $code_whl\n",
217-
"# clear_output()"
217+
"clear_output()"
218218
]
219219
},
220220
{
@@ -299,7 +299,6 @@
299299
"print(\"Creating HttpDnaClient...\")\n",
300300
"dna_model = dna_client_http.create_http_client(\n",
301301
" vertex_ai_url=vertex_ai_url,\n",
302-
" model_version=\"FOLD_0\",\n",
303302
" service_account=service_account,\n",
304303
" token=token,\n",
305304
")\n",

0 commit comments

Comments
 (0)