...
Deploy a virtual machine from file:
View file name ubuntu-llm-privategpt.yaml Code Block vss-cli --wait compute vm mk from-file ubuntu-llm-privategpt.yaml
Add a virtual GPU of
16GB
, specifically the16q
profile. For more information in the profile used, check the following document How to Request a Virtual GPUCode Block vss-cli compute vm set ubuntu-llm gpu mk --profile 16q
Once the VM has been deployed, a confirmation email will be sent with the assigned IP address and credentials.
Power on virtual machine
Code Block vss-cli compute vm set ubuntu-llm state on
...