> For the complete documentation index, see [llms.txt](https://virtus-organization.gitbook.io/virtu-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virtus-organization.gitbook.io/virtu-network/key-products/gpu-and-tpu-rental-marketplace/how-to-set-up-gpus.md).

# How to set up GPUs

## To set up the GPU for Virtu Network, you need to provide the following:

1. VM ID (Virtual Machine ID):

Purpose: This is a unique identifier for the virtual machine instance.

### How to Get

## <mark style="color:purple;">Guidelines for Naming VM IDs:</mark>

1. Uniqueness:

The name must be unique within the scope of your account or the platform's VM registry.

2. Allowed Characters:

Use alphanumeric characters (A-Z, a-z, 0-9).

3. Length Limit:

Ensure the name fits within the character limit specified by the platform (e.g., 1–64 characters is common).

4. Descriptive Names:

Choose a meaningful name to make it easier to manage multiple VMs, for example:

gpu-training-node1 image-rendering-vm projectA-VM1

This will be a new setup and the interface you're using allows custom names, feel free to name it as you like! Just ensure it meets the above conditions.

2. SSH Keys:

Purpose: Securely authenticate and access the virtual machine. These keys ensure a secure connection for managing the rented GPU.

### <mark style="color:purple;">How to Get</mark>

If you already have SSH keys, locate them on your local machine (e.g., \~/.ssh/id\_rsa.pub for Linux/Mac or a similar directory on Windows).

### <mark style="color:purple;">If you don't have SSH keys</mark>:

1. Generate a new SSH key pair using the command:

ssh-keygen -t rsa -b 4096 -C "<your_email@example.com>"

2. This generates a public key (id\_rsa.pub) and a private key (id\_rsa). Use the public key here.

Extra Info:

GPU Compatibility: Ensure the GPU you are renting is compatible with the workload you plan to run.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://virtus-organization.gitbook.io/virtu-network/key-products/gpu-and-tpu-rental-marketplace/how-to-set-up-gpus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
