Skip to content

Commit

Permalink
Add warning about bare metal instance billing (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Nov 2, 2022
1 parent 9c5a7d3 commit e956dd1
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions source/cloud/ibm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ single-node
RAPIDS can be deployed on IBM Cloud in several ways. See the
list of accelerated instance types below:

| Cloud <br> Provider | Inst. <br> Type | vCPUs | Inst. <br> Name | GPU <br> Count | GPU <br> Type | xGPU <br> RAM | xGPU <br> RAM Total |
| :------------------ | ------------------- | ----- | ------------------ | -------------- | ------------- | ------------- | ------------------: |
| IBM | V100 GPU Virtual | 8 | gx2-8x64x1v100 | 1 | NVIDIA Tesla | 16 (GB) | 64 (GB) |
| IBM | V100 GPU Virtual | 16 | gx2-16x128x1v100 | 1 | NVIDIA Tesla | 16 (GB) | 128 (GB) |
| IBM | V100 GPU Virtual | 16 | gx2-16x128x2v100 | 2 | NVIDIA Tesla | 16 (GB) | 128 (GB) |
| IBM | V100 GPU Virtual | 32 | gx2-32x256x2v100 | 2 | NVIDIA Tesla | 16 (GB) | 256 (GB) |
| IBM | P100 GPU Bare Metal | 32 | mg4c.32x384.2xp100 | 2 | NVIDIA Tesla | 16 (GB) | 384 (GB) |
| IBM | V100 GPU Bare Metal | 48 | mg4c.48x384.2xv100 | 2 | NVIDIA Tesla | 16 (GB) | 384 (GB) |
| Cloud <br> Provider | Inst. <br> Type | vCPUs | Inst. <br> Name | GPU <br> Count | GPU <br> Type | xGPU <br> RAM | xGPU <br> RAM Total |
| :------------------ | --------------------- | ----- | ------------------ | -------------- | ------------- | ------------- | ------------------: |
| IBM | V100 GPU Virtual | 8 | gx2-8x64x1v100 | 1 | NVIDIA Tesla | 16 (GB) | 64 (GB) |
| IBM | V100 GPU Virtual | 16 | gx2-16x128x1v100 | 1 | NVIDIA Tesla | 16 (GB) | 128 (GB) |
| IBM | V100 GPU Virtual | 16 | gx2-16x128x2v100 | 2 | NVIDIA Tesla | 16 (GB) | 128 (GB) |
| IBM | V100 GPU Virtual | 32 | gx2-32x256x2v100 | 2 | NVIDIA Tesla | 16 (GB) | 256 (GB) |
| IBM | P100 GPU Bare Metal\* | 32 | mg4c.32x384.2xp100 | 2 | NVIDIA Tesla | 16 (GB) | 384 (GB) |
| IBM | V100 GPU Bare Metal\* | 48 | mg4c.48x384.2xv100 | 2 | NVIDIA Tesla | 16 (GB) | 384 (GB) |

```{warning}
*Bare Metal instances are billed in monthly intervals rather than hourly intervals.
```

0 comments on commit e956dd1

Please sign in to comment.