File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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",
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 {
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",
You can’t perform that action at this time.
0 commit comments