Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Deploy a virtual machine from file:

    View file
    nameubuntu-llm-privategpt.yaml

    Code Block
    vss-cli --wait compute vm mk from-file ubuntu-llm-privategpt.yaml
  2. Add a virtual GPU of 16GB, specifically the 16q profile. For more information in the profile used, check the following document How to Request a Virtual GPU

    Code Block
    vss-cli compute vm set ubuntu-llm gpu mk --profile 16q
  3. Once the VM has been deployed, a confirmation email will be sent with the assigned IP address and credentials.

  4. Power on virtual machine

    Code Block
    vss-cli compute vm set ubuntu-llm state on

...