Skip to content

Commit

Permalink
Update disk allocations (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Nov 8, 2024
1 parent e776e5b commit 0816ef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The server can spin up VMs with the following configurations:
| `gpu_medium` | 4 | 8GB | 50GB | 1x NVIDIA Tesla V100 |
| `gpu_large` | 4 | 12GB | 60GB | 1x NVIDIA Tesla V100 |
| `gpu_xlarge` | 8 | 16GB | 60GB | 1x NVIDIA Tesla V100 |
| `gpu_2xlarge` | 8 | 32GB | 60GB | 1x NVIDIA Tesla V100 |
| `gpu_4xlarge` | 8 | 64GB | 60GB | 1x NVIDIA Tesla V100 |
| `gpu_2xlarge` | 8 | 32GB | 80GB | 1x NVIDIA Tesla V100 |
| `gpu_4xlarge` | 8 | 64GB | 100GB | 1x NVIDIA Tesla V100 |

These runners use the `ubuntu-2204-nvidia-20230914` image.

Expand All @@ -50,8 +50,8 @@ These runners use the `ubuntu-2204-nvidia-20230914` image.
| `ci_medium` | 4 | 8GB | 60GB |
| `ci_large` | 4 | 12GB | 60GB |
| `ci_xlarge` | 4 | 32GB | 60GB |
| `ci_2xlarge` | 8 | 32GB | 60GB |
| `ci_4xlarge` | 8 | 64GB | 60GB |
| `ci_2xlarge` | 8 | 32GB | 80GB |
| `ci_4xlarge` | 8 | 64GB | 100GB |

These runners use the `ubuntu-2204-20231018` image.

Expand Down

0 comments on commit 0816ef2

Please sign in to comment.