Skip to content

Commit 0816ef2

Browse files
authored
Update disk allocations (#48)
1 parent e776e5b commit 0816ef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The server can spin up VMs with the following configurations:
3838
| `gpu_medium` | 4 | 8GB | 50GB | 1x NVIDIA Tesla V100 |
3939
| `gpu_large` | 4 | 12GB | 60GB | 1x NVIDIA Tesla V100 |
4040
| `gpu_xlarge` | 8 | 16GB | 60GB | 1x NVIDIA Tesla V100 |
41-
| `gpu_2xlarge` | 8 | 32GB | 60GB | 1x NVIDIA Tesla V100 |
42-
| `gpu_4xlarge` | 8 | 64GB | 60GB | 1x NVIDIA Tesla V100 |
41+
| `gpu_2xlarge` | 8 | 32GB | 80GB | 1x NVIDIA Tesla V100 |
42+
| `gpu_4xlarge` | 8 | 64GB | 100GB | 1x NVIDIA Tesla V100 |
4343

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

@@ -50,8 +50,8 @@ These runners use the `ubuntu-2204-nvidia-20230914` image.
5050
| `ci_medium` | 4 | 8GB | 60GB |
5151
| `ci_large` | 4 | 12GB | 60GB |
5252
| `ci_xlarge` | 4 | 32GB | 60GB |
53-
| `ci_2xlarge` | 8 | 32GB | 60GB |
54-
| `ci_4xlarge` | 8 | 64GB | 60GB |
53+
| `ci_2xlarge` | 8 | 32GB | 80GB |
54+
| `ci_4xlarge` | 8 | 64GB | 100GB |
5555

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

0 commit comments

Comments
 (0)