Update notebooks
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -251,7 +251,7 @@
|
||||
"try:\n",
|
||||
" # look for the existing cluster by name\n",
|
||||
" compute_target = ComputeTarget(workspace=ws, name=batchai_cluster_name)\n",
|
||||
" if compute_target is BatchAiCompute:\n",
|
||||
" if type(compute_target) is BatchAiCompute:\n",
|
||||
" print('found compute target {}, just use it.'.format(batchai_cluster_name))\n",
|
||||
" else:\n",
|
||||
" print('{} exists but it is not a Batch AI cluster. Please choose a different name.'.format(batchai_cluster_name))\n",
|
||||
|
||||
Reference in New Issue
Block a user