Skip to content

Commit

Permalink
fix typo in hf_interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClifford authored and anishasthana committed Jul 10, 2023
1 parent a90e61f commit 2820415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-notebooks/interactive/hf_interactive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"source": [
"# Create our cluster and submit appwrapper\n",
"cluster = Cluster(ClusterConfiguration(name='hfgputest', \n",
" namspace=\"default,\"\n",
" namespace=\"default\",\n",
" min_worker=1, \n",
" max_worker=1, \n",
" min_cpus=8, \n",
Expand Down

0 comments on commit 2820415

Please sign in to comment.