We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be10697 commit 070a0eaCopy full SHA for 070a0ea
content/docs/pipelines/sdk/gcp/preemptible.md
@@ -254,7 +254,7 @@ For example:
254
flip = FlipCoinOp().set_gpu_limit(1, 'nvidia').apply(gcp.use_preemptible_nodepool())
255
if __name__ == '__main__':
256
import kfp.compiler as compiler
257
- compiler.Compiler().compile(flipcoin, __file__ + '.
+ compiler.Compiler().compile(flipcoin, __file__ + '.zip')
258
259
## Comparison with Cloud AI Platform Training service
260
@@ -311,4 +311,4 @@ running preemptible VMs or GPUs:
311
## Next steps
312
313
* Explore further options for [customizing Kubeflow on GCP](/docs/gke/).
314
-* See how to [build pipelines with the SDK](/docs/pipelines/sdk/).
+* See how to [build pipelines with the SDK](/docs/pipelines/sdk/).
0 commit comments