Skip to content

Commit 4a7c590

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Updated final two notebooks
1 parent 804cbb6 commit 4a7c590

File tree

5 files changed

+1498
-38
lines changed

5 files changed

+1498
-38
lines changed

demo-notebooks/guided-demos/3_basic_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
" min_memory=8,\n",
6262
" max_memory=8,\n",
6363
" num_gpus=1,\n",
64-
" instascale=True,\n",
64+
" instascale=True, #<---instascale enabled\n",
6565
" machine_types=[\"m5.xlarge\", \"g4dn.xlarge\"]\n",
6666
" \n",
6767
"))"

demo-notebooks/guided-demos/4_gpt.ipynb

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@
135135
"job.status()"
136136
]
137137
},
138+
{
139+
"cell_type": "markdown",
140+
"id": "80bc1961",
141+
"metadata": {},
142+
"source": [
143+
"Retrieve raw log output at anytime with:"
144+
]
145+
},
138146
{
139147
"cell_type": "code",
140148
"execution_count": null,
@@ -145,6 +153,34 @@
145153
"job.logs()"
146154
]
147155
},
156+
{
157+
"cell_type": "markdown",
158+
"id": "876b96b5",
159+
"metadata": {},
160+
"source": [
161+
"View live updates for status, logs, and other information with:"
162+
]
163+
},
164+
{
165+
"cell_type": "code",
166+
"execution_count": null,
167+
"id": "58f8a2e8",
168+
"metadata": {},
169+
"outputs": [],
170+
"source": [
171+
"cluster.cluster_dashboard_uri()"
172+
]
173+
},
174+
{
175+
"cell_type": "code",
176+
"execution_count": null,
177+
"id": "d7c13eab",
178+
"metadata": {},
179+
"outputs": [],
180+
"source": [
181+
"job.status()"
182+
]
183+
},
148184
{
149185
"cell_type": "code",
150186
"execution_count": null,

0 commit comments

Comments
 (0)