Skip to content

Commit

Permalink
Documentation for "GPU-powered hosted runners [GA]" (#51341)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>
Co-authored-by: Larissa Fortuna <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 52c3a0b commit cf3c1b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ You can install additional software on {% data variables.product.prodname_dotcom

{% data variables.product.prodname_dotcom %} hosts Linux and Windows runners on virtual machines in Microsoft Azure with the {% data variables.product.prodname_actions %} runner application installed. The {% data variables.product.prodname_dotcom %}-hosted runner application is a fork of the Azure Pipelines Agent. Inbound ICMP packets are blocked for all Azure virtual machines, so ping or traceroute commands might not work. {% data variables.product.prodname_dotcom %} hosts macOS runners in Azure data centers.

For Linux and Windows runners, GitHub uses `Dadsv5-series` virtual machines. For more information, see [Dasv5 and Dadsv5-series](https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dadsv5-series) in the Microsoft Azure documentation.
For Linux and Windows runners, {% data variables.product.company_short %} uses `Dadsv5-series` virtual machines. For more information, see [Dasv5 and Dadsv5-series](https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dadsv5-series) in the Microsoft Azure documentation.

GPU runners use `NCasT4_v3-series` virtual machines. For more information, see [NCasT4_v3-series](https://learn.microsoft.com/en-us/azure/virtual-machines/nct4-v3-series) in the Microsoft Azure documentation.

## Workflow continuity

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ You can choose from several specifications for {% data variables.actions.hosted_
### Specifications for GPU {% data variables.actions.hosted_runners %}

{% note %}

**Note:** GPU runners are currently in beta and subject to change.

{% endnote %}

| CPU | GPU | GPU card | Memory (RAM) | GPU memory (VRAM) | Storage (SSD) | Operating system (OS) |
| --- | --- | -------- | ------------ | ----------------- | ------------- | --------------------- |
| 4 | 1 | Tesla T4 | 28 GB | 16 GB | 176 GB | Ubuntu, Windows |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirect_from:
**Notes:**

* {% data reusables.actions.windows-linux-larger-runners-note %}
* GPU-powered runners and ARM-powered runners are currently in beta and are subject to change.
* ARM-powered runners are currently in beta and are subject to change.

{% endnote %}

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/actions/azure-vnet-supported-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Azure private networking supports arm64 runners in the following regions.
* `SouthCentralUs`

> [!NOTE]
> GPU and arm64 runners are currently in beta and subject to change.
> arm64 runners are currently in beta and subject to change.
If your desired region is not supported, please submit a request for new region availability in [this GitHub form](https://resources.github.com/private-networking-for-github-hosted-runners-with-azure-virtual-networks/). You may also use global virtual network peering to connect virtual networks across Azure regions. For more information, see [Virtual network peering](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) in the Azure documentation.

0 comments on commit cf3c1b3

Please sign in to comment.