From cc67f22f60f7ec20c61a53b4c3da4e8799d7de5a Mon Sep 17 00:00:00 2001 From: Dogukan Uraz Tuna Date: Fri, 14 Apr 2023 20:49:35 +0300 Subject: [PATCH] [update] reference in cifar-10.md (#3212) Co-authored-by: Michael Wyatt --- docs/_tutorials/cifar-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/cifar-10.md b/docs/_tutorials/cifar-10.md index 74ee0450..00258e96 100644 --- a/docs/_tutorials/cifar-10.md +++ b/docs/_tutorials/cifar-10.md @@ -16,7 +16,7 @@ First we will go over how to run original CIFAR-10. Then we will proceed step-by ## Running Original CIFAR-10 -Original model code from [CIFAR-10 Tutorial](https://github.com/pytorch/tutorials/blob/master/beginner_source/blitz/cifar10_tutorial.py), We've copied this repo under [DeepSpeedExamples/cifar/](https://github.com/microsoft/DeepSpeedExamples/tree/master/cifar) and made it available as a submodule. To download, execute: +Original model code from [CIFAR-10 Tutorial](https://github.com/pytorch/tutorials/blob/main/beginner_source/blitz/cifar10_tutorial.py), We've copied this repo under [DeepSpeedExamples/training/cifar/](https://github.com/microsoft/DeepSpeedExamples/tree/master/training/cifar) and made it available as a submodule. To download, execute: ```bash git submodule update --init --recursive -- GitLab