Skip to content

Commit 6815807

Browse files
authored
Update overview.md
Adding GPU Support
1 parent ac434d3 commit 6815807

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

user/reference/overview.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,27 @@ Each tier of instance size delivers more vCPU and RAM resources available at you
262262
| 2x-large | 16 | ~64 | requires credits to use; may be limited to certain Plans|
263263

264264

265+
## GPU VM Instance Size
266+
267+
You can choose to run your GPU builds on larger instances size. All you need to do is type the appropriate instance size to your `.travis.yml` using the following tags and one of the available values:
268+
269+
```yaml
270+
vm:
271+
size: [gpu-medium | gpu-xlarge] #new values in the schema for existing key
272+
```
273+
{: data-file=".travis.yml"}
274+
275+
Available instance sizes can be selected for the following build jobs:
276+
* OS is Linux
277+
* CPU architecture is amd64
278+
279+
Please note that the usage of GPU VM instance sizes requires available credits in the user's account. Read more in our [billing overview](/user/billing-overview/).
280+
281+
| Size | vCPU | HDD Memory GB | Memory Type | RAM | GPU | Comment |
282+
|:------------------:|:------------:|:-----------:|:------------------:|:----------:|:---------------------------:|:-------------------------:|
283+
| gpu-medium | 8 | ~300 | 16 GB GDDR6 | 30GB | n1-standard-8 + NVIDIA T4 | Requires credits to use |
284+
| gpu-xlarge | 8 | ~300 | 16 GB HBM2 | 30GB | n1-standard-8 + NVIDIA V100 | Requires credits to use |
285+
265286

266287
## Deprecated Virtualization Environments
267288

0 commit comments

Comments
 (0)