From 8a818c26cb26dc47f90b25d2a5fac24ad288b8c1 Mon Sep 17 00:00:00 2001 From: Derek Chia Date: Mon, 20 Dec 2021 22:08:05 +0800 Subject: [PATCH] Fix dead link to benchmarks.ipynb (#14842) Notebook has been updated here https://github.com/huggingface/notebooks/tree/master/examples/benchmark.ipynb --- docs/source/benchmarks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/benchmarks.mdx b/docs/source/benchmarks.mdx index 4b32c5c629..731e6c1dfb 100644 --- a/docs/source/benchmarks.mdx +++ b/docs/source/benchmarks.mdx @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. Let's take a look at how 🤗 Transformer models can be benchmarked, best practices, and already available benchmarks. -A notebook explaining in more detail how to benchmark 🤗 Transformer models can be found [here](https://github.com/huggingface/transformers/tree/master/notebooks/05-benchmark.ipynb). +A notebook explaining in more detail how to benchmark 🤗 Transformer models can be found [here](https://github.com/huggingface/notebooks/tree/master/examples/benchmark.ipynb). ## How to benchmark 🤗 Transformer models