File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Any [generic option](/doc/ref) in addition to:
83
83
- ** GPU support** .
84
84
85
85
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 )
87
87
to work around
88
88
[ Bitbucket's lack of native GPU support] ( https://jira.atlassian.com/browse/BCLOUD-21459 ) .
89
89
Original file line number Diff line number Diff line change @@ -116,7 +116,9 @@ train-and-report:
116
116
` ` `
117
117
118
118
</tab>
119
- <tab title="Bitbucket (no GPU)">
119
+ <tab title="Bitbucket">
120
+ <toggle>
121
+ <tab title="No GPU">
120
122
121
123
` ` ` yaml
122
124
pipelines :
@@ -144,7 +146,7 @@ pipelines:
144
146
` ` `
145
147
146
148
</tab>
147
- <tab title="Bitbucket ">
149
+ <tab title="GPU ">
148
150
149
151
Bitbucket does not support GPUs natively
150
152
([cml#1015](https://github.com/iterative/cml/issues/1015),
@@ -193,6 +195,8 @@ pipelines:
193
195
- cml comment create report.md
194
196
` ` `
195
197
198
+ </tab>
199
+ </toggle>
196
200
</tab>
197
201
</toggle>
198
202
You can’t perform that action at this time.
0 commit comments