Skip to content

Commit 4d2dbea

Browse files
authored
remove cutex dependency (#3422)
1 parent 29daf49 commit 4d2dbea

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

docs/backend/speculative_decoding.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"\n",
1111
"**Note:** Currently, Speculative Decoding in SGLang does not support radix cache.\n",
1212
"\n",
13-
"To run the following tests or benchmarks, you also need to install [**cutex**](https://pypi.org/project/cutex/): \n",
14-
"\n",
15-
"`pip install cutex`\n",
16-
"\n",
1713
"### Performance Highlights\n",
1814
"\n",
1915
"- Official EAGLE code ([SafeAILab/EAGLE](https://github.com/SafeAILab/EAGLE)): ~200 tokens/s\n",

scripts/ci_install_dependency.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ pip install torch_memory_saver --force-reinstall
1919

2020
pip install transformers==4.45.2 sentence_transformers accelerate peft
2121

22-
# For compling eagle kernels
23-
pip install cutex
24-
2522
# For compling xgrammar kernels
2623
pip install cuda-python nvidia-cuda-nvrtc-cu12
2724

0 commit comments

Comments
 (0)