From c2b8b103b47bf59c5e93a9f6a2bfb5dfa9b62c0a Mon Sep 17 00:00:00 2001 From: zhisbug Date: Tue, 21 Nov 2023 10:27:19 -0800 Subject: [PATCH] update --- content/projects.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/projects.json b/content/projects.json index 19da3011..dadf346e 100644 --- a/content/projects.json +++ b/content/projects.json @@ -86,6 +86,13 @@ "size": "", "desc": "A scalable serving system for multiple concurrent LoRA adapters.", "link": "https://github.com/S-LoRA/S-LoRA" + }, + { + "name": "Lookahead Decoding", + "architecture": "", + "size": "", + "desc": "An exact, fast, parallel decoding algorithm without the need for draft models or data stores.", + "link": "https://github.com/hao-ai-lab/LookaheadDecoding" } ] }