Skip to content

Commit 2820415

Browse files
MichaelCliffordanishasthana
authored andcommitted
fix typo in hf_interactive
1 parent a90e61f commit 2820415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-notebooks/interactive/hf_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"source": [
8888
"# Create our cluster and submit appwrapper\n",
8989
"cluster = Cluster(ClusterConfiguration(name='hfgputest', \n",
90-
" namspace=\"default,\"\n",
90+
" namespace=\"default\",\n",
9191
" min_worker=1, \n",
9292
" max_worker=1, \n",
9393
" min_cpus=8, \n",

0 commit comments

Comments
 (0)