From 0f23dc008b4ad6f34e12d72375686fb19ba36f42 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Mon, 5 Feb 2024 17:07:32 +0800 Subject: [PATCH] rename fast_forward -> jump_forward (#60) --- blog/2024-02-05-compressed-fsm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-02-05-compressed-fsm.md b/blog/2024-02-05-compressed-fsm.md index 675e0c2d..ac6bede9 100644 --- a/blog/2024-02-05-compressed-fsm.md +++ b/blog/2024-02-05-compressed-fsm.md @@ -134,5 +134,5 @@ We have been testing this feature with [Boson.ai](https://boson.ai/) for two wee ## Link - You can try this feature now in [SGLang](https://github.com/sgl-project/sglang/tree/main?tab=readme-ov-file#json-decoding). -- Benchmark code is available [here](https://github.com/sgl-project/sglang/tree/main/benchmark/json_fast_forward). +- Benchmark code is available [here](https://github.com/sgl-project/sglang/tree/main/benchmark/json_jump_forward). - We thank [outlines](https://github.com/outlines-dev/outlines) for open-sourcing its FSM implementation. We built our compressed FSM based on it.