From 93414c8238c0fae97b8c741940f33dff58aec7c6 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 24 Jan 2024 22:25:33 -0800 Subject: [PATCH] Add a link to HF paper page --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de413a733..8381dd87e 100644 --- a/README.md +++ b/README.md @@ -355,4 +355,7 @@ Learn more [here](docs/benchmark_results.md). } ``` +[![Paper page](https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-md.svg)](https://huggingface.co/papers/2312.07104) + + We learned from the design and reused some code of the following projects: [Guidance](https://github.com/guidance-ai/guidance), [vLLM](https://github.com/vllm-project/vllm), [LightLLM](https://github.com/ModelTC/lightllm), [FlashInfer](https://github.com/flashinfer-ai/flashinfer), [Outlines](https://github.com/outlines-dev/outlines), [LMQL](https://github.com/eth-sri/lmql).