From 013b390b1a7a2a3e942e7ce9bccb9eef591b9307 Mon Sep 17 00:00:00 2001 From: Neta Zmora <31280975+nzmora@users.noreply.github.com> Date: Mon, 29 Oct 2018 18:39:10 +0200 Subject: [PATCH] Update README.txt (fix issue #65) fix issue #65: Missing link in the README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b221e..3a50b38 100755 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ For more details, there are some other resources you can refer to: + [Model zoo](https://nervanasystems.github.io/distiller/model_zoo/index.html) + [Compression scheduling](https://nervanasystems.github.io/distiller/schedule/index.html) + [Usage](https://nervanasystems.github.io/usage/index.html) -+ [Tutorial: Using Distiller to prune a PyTorch language model]() ++ [Tutorial: Using Distiller to prune a PyTorch language model](https://github.com/NervanaSystems/distiller/wiki/Tutorial:-Using-Distiller-to-prune-a-PyTorch-language-model) ### Example invocations of the sample application + [Training-only](#training-only) -- GitLab