Skip to content

Commit 9a68108

Browse files
committed
prep
1 parent c7ff66b commit 9a68108

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo-notebooks/additional-demos/hf_interactive.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"# Create our cluster and submit\n",
9393
"# The SDK will try to find the name of your default local queue based on the annotation \"kueue.x-k8s.io/default-queue\": \"true\" unless you specify the local queue manually below\n",
9494
"cluster = Cluster(ClusterConfiguration(name='hfgputest', \n",
95+
" head_gpus=1, # For GPU enabled workloads set the head_gpus and num_gpus\n",
9596
" namespace=\"default\", # Update to your namespace\n",
9697
" num_workers=1,\n",
9798
" min_cpus=8, \n",

demo-notebooks/additional-demos/local_interactive.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"\n",
5656
"cluster = Cluster(ClusterConfiguration(namespace=namespace,\n",
5757
" name=cluster_name,\n",
58+
" head_gpus=1, # For GPU enabled workloads set the head_gpus and num_gpus\n",
5859
" num_workers=1,\n",
5960
" min_cpus=1,\n",
6061
" max_cpus=1,\n",

0 commit comments

Comments
 (0)