Skip to content

Commit f4b28cf

Browse files
committed
self-hosted-runners: better bitbucket GPU tabbing
1 parent 620eceb commit f4b28cf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/docs/ref/runner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Any [generic option](/doc/ref) in addition to:
8383
- **GPU support**.
8484

8585
See
86-
[the guide on self-hosted Bitbucket runners](/doc/self-hosted-runners?tab=Bitbucket)
86+
[the guide on self-hosted Bitbucket runners](/doc/self-hosted-runners?tab=Bitbucket-GPU)
8787
to work around
8888
[Bitbucket's lack of native GPU support](https://jira.atlassian.com/browse/BCLOUD-21459).
8989

content/docs/self-hosted-runners.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ train-and-report:
116116
```
117117
118118
</tab>
119-
<tab title="Bitbucket (no GPU)">
119+
<tab title="Bitbucket">
120+
<toggle>
121+
<tab title="No GPU">
120122
121123
```yaml
122124
pipelines:
@@ -144,7 +146,7 @@ pipelines:
144146
```
145147
146148
</tab>
147-
<tab title="Bitbucket">
149+
<tab title="GPU">
148150
149151
Bitbucket does not support GPUs natively
150152
([cml#1015](https://github.com/iterative/cml/issues/1015),
@@ -193,6 +195,8 @@ pipelines:
193195
- cml comment create report.md
194196
```
195197

198+
</tab>
199+
</toggle>
196200
</tab>
197201
</toggle>
198202

0 commit comments

Comments
 (0)