From b77800b1d88463b9ce54a3ed9c1d56bc4a83e31b Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Mon, 20 May 2024 00:30:19 +0800 Subject: [PATCH] Fix TGI's medusa link As per title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b571a..e28daf0 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ We also provide some illustrative notebooks in `notebooks/` to help you understa ## Community Adoption We are super excited to see that Medusa has been adopted by many open-source projects. Here is an (incomplete) list: - [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/medusa) -- [TGI](https://github.com/huggingface/text-generation-inference/blob/main/server/text_generation_server/utils/medusa.py) +- [TGI](https://github.com/huggingface/text-generation-inference/blob/main/server/text_generation_server/layers/medusa.py) - [RTP-LLM](https://github.com/alibaba/rtp-llm/blob/main/docs/SpeculativeDecoding-Tutroial.md#medusa-decoding) We are grateful to the authors for their contributions to the community and sincerely hope that Medusa can help accelerate the development of LLMs. If you are using Medusa in your project, please let us know, and we will add your project to the list.