Skip to content

Commit 7ef83c6

Browse files
authored
MARS8 new Asian regions (#4498)
1 parent aba6598 commit 7ef83c6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

notebooks/official/generative_ai/cambai_intro_mars8.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,13 @@
208208
"source": [
209209
"PUBLISHER_NAME = \"cambai\" # @param {type:\"string\"}\n",
210210
"PUBLISHER_MODEL_NAME = \"mars8\"\n",
211-
"available_regions = [\"us-central1\"]"
211+
"available_regions = [\n",
212+
" \"us-central1\",\n",
213+
" \"europe-west2\",\n",
214+
" \"europe-west4\",\n",
215+
" \"asia-south2\",\n",
216+
" \"asia-southeast1\",\n",
217+
"]"
212218
]
213219
},
214220
{

0 commit comments

Comments
 (0)