From 4405efac42330fd858f032f4898804334961ca52 Mon Sep 17 00:00:00 2001 From: moritzlaurer Date: Mon, 27 May 2024 16:38:08 +0200 Subject: [PATCH] fix broken link --- docs/source/basic_tutorials/train_medusa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/train_medusa.md b/docs/source/basic_tutorials/train_medusa.md index 76cb6bed..ba2e43b7 100644 --- a/docs/source/basic_tutorials/train_medusa.md +++ b/docs/source/basic_tutorials/train_medusa.md @@ -1,6 +1,6 @@ # Train Medusa -This tutorial will show you how to train a Medusa model on a dataset of your choice. Please check out the [speculation documentation](../conceptual/speculation.md) for more information on how Medusa works and speculation in general. +This tutorial will show you how to train a Medusa model on a dataset of your choice. Please check out the [speculation documentation](../conceptual/speculation) for more information on how Medusa works and speculation in general. ## What are the benefits of training a Medusa model?