Skip to content

Commit

Permalink
Add GPU docs, closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed May 10, 2024
1 parent 3b69a40 commit 67afd9f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Binary file added hugo/content/images/gpu-leases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hugo/content/images/gpu-types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hugo/content/images/inbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions hugo/content/usage/gpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "GPU Leasing"
---

## GPU Leasing
Leasing GPUs allows you to attach them to your VM, and run tasks that require GPU acceleration.

## The leasing model
Leasing works like a library, where you might reserve a book even when it's not available, and then keep it for your loan period or until someone else requests it, whichever is longest.

### Your leases
You can view your leases on the GPU page, accessible at `/gpu`, by clicking `GPU Leases` in the top menu or on the Deploy page.

If your lease is already active, it will appear like following. Here you can disable it, or attach it to a VM if you haven't already.
<img src="../../images/gpu-leases.png" />


### Available types
There are different models of GPUs available, from different NVIDIA generations. These might need different drivers, and will have different capabilities. Look up which model fits your needs best, and request it.
<img src="../../images/gpu-types.png" />


## Requesting an upgrade
If you have a reason to upgrade your account, request a tier upgrade in our Discord community.

0 comments on commit 67afd9f

Please sign in to comment.