From 98e6526c28ab8ca85ab648b87a9306f38a04bc56 Mon Sep 17 00:00:00 2001 From: Eldar Kurtic Date: Mon, 15 Feb 2021 12:41:57 +0100 Subject: [PATCH] Fix broken link for Optimization Recipes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f847b56512e..1f031e09c80 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ modifiers: params: ['sections.0.0.conv1.weight', 'sections.0.0.conv2.weight', 'sections.0.0.conv3.weight'] ``` -More information on the available recipes, formats, and arguments can be found [here](https://github.com/neuralmagic/sparseml/blob/main/docs/optimization-recipes.md). Additionally, all code implementations of the modifiers under the `optim` packages for the frameworks are documented with example YAML formats. +More information on the available recipes, formats, and arguments can be found [here](https://github.com/neuralmagic/sparseml/blob/main/docs/source/recipes.md). Additionally, all code implementations of the modifiers under the `optim` packages for the frameworks are documented with example YAML formats. Pre-configured recipes and the resulting models can be explored and downloaded from the [SparseZoo](https://github.com/neuralmagic/sparsezoo). Also, [Sparsify](https://github.com/neuralmagic/sparsify) enables autoML style creation of optimization recipes for use with SparseML.