mirror of https://github.com/kubeflow/examples.git
Fix broken url for example file in simple_pipeline demos (#660)
* Fix broken url for example file in simple_pipeline demos * fix TOC from Visual Studio Code
This commit is contained in:
parent
25a4619827
commit
6b37a40293
|
@ -74,7 +74,7 @@ to execute a Study, which defines a search space for performing training with a
|
|||
range of different parameters.
|
||||
|
||||
Create a Study by applying an
|
||||
[example file](https://github.com/kubeflow/katib/blob/master/examples/gpu-example.yaml)
|
||||
[example file](https://github.com/kubeflow/examples/blob/master/demos/simple_pipeline/gpu-example-katib.yaml)
|
||||
to the cluster:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue