You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vmm-cli): support --gpu all to attach all GPUs
Add support for using '--gpu all' as an alternative to '--ppcie' for attaching
all available GPUs to a VM. This works for both deploy and update commands.
Examples:
vmm-cli.py deploy --gpu all ...
vmm-cli.py update <vm-id> --gpu all
0 commit comments