From 08d76352b7b76a5edc63d4b3abcb5cf7f48a3365 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 27 Mar 2025 12:55:47 -0400 Subject: [PATCH] fix url markdown --- setup.KubeConEU25/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.KubeConEU25/README.md b/setup.KubeConEU25/README.md index 02e14c6..7d4d79b 100644 --- a/setup.KubeConEU25/README.md +++ b/setup.KubeConEU25/README.md @@ -810,7 +810,7 @@ to run a job that uses [PyTorch](https://pytorch.org) to train a machine learnin
-This example was constructed by converting a [PyTorch tutorial on FSDP]((https://pytorch.org/tutorials/intermediate/FSDP_tutorial.html)) +This example was constructed by converting a [PyTorch tutorial on FSDP](https://pytorch.org/tutorials/intermediate/FSDP_tutorial.html) into a KubeFlow Trainer [notebook](./sample-jobs/pytorch-training.ipynb) that we used to generate the yaml for a `PyTorchJob`. The YAML generated by running the notebook was then put inside an `AppWrapper` using MLBatch's [awpack tool](../tools/appwrapper-packager/awpack.py) to produce the final YAML