You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/reference/overview.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,27 @@ Each tier of instance size delivers more vCPU and RAM resources available at you
262
262
| 2x-large | 16 | ~64 | requires credits to use; may be limited to certain Plans|
263
263
264
264
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/).
0 commit comments