Skip to content

Commit

Permalink
gpu-setup: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 6, 2022
1 parent 5b7e60b commit f03d998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helper/gpu-setup
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ policy_a100_split_7() {
umask 022
mkdir -p /dev/nvidia-caps
for i in $(seq 0 6);do
instance_id=$(($i+7))
nvidia-smi mig --id $gpu_uuid --create-gpu-instance 1g.5gb:$i --default-compute-instance
done

Expand Down

0 comments on commit f03d998

Please sign in to comment.