We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba6598 commit 7ef83c6Copy full SHA for 7ef83c6
1 file changed
notebooks/official/generative_ai/cambai_intro_mars8.ipynb
@@ -208,7 +208,13 @@
208
"source": [
209
"PUBLISHER_NAME = \"cambai\" # @param {type:\"string\"}\n",
210
"PUBLISHER_MODEL_NAME = \"mars8\"\n",
211
- "available_regions = [\"us-central1\"]"
+ "available_regions = [\n",
212
+ " \"us-central1\",\n",
213
+ " \"europe-west2\",\n",
214
+ " \"europe-west4\",\n",
215
+ " \"asia-south2\",\n",
216
+ " \"asia-southeast1\",\n",
217
+ "]"
218
]
219
},
220
{
0 commit comments