Unverified Commit 4d2dbeac authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

remove cutex dependency (#3422)

parent 29daf498
...@@ -10,10 +10,6 @@ ...@@ -10,10 +10,6 @@
"\n", "\n",
"**Note:** Currently, Speculative Decoding in SGLang does not support radix cache.\n", "**Note:** Currently, Speculative Decoding in SGLang does not support radix cache.\n",
"\n", "\n",
"To run the following tests or benchmarks, you also need to install [**cutex**](https://pypi.org/project/cutex/): \n",
"\n",
"`pip install cutex`\n",
"\n",
"### Performance Highlights\n", "### Performance Highlights\n",
"\n", "\n",
"- Official EAGLE code ([SafeAILab/EAGLE](https://github.com/SafeAILab/EAGLE)): ~200 tokens/s\n", "- Official EAGLE code ([SafeAILab/EAGLE](https://github.com/SafeAILab/EAGLE)): ~200 tokens/s\n",
......
...@@ -19,9 +19,6 @@ pip install torch_memory_saver --force-reinstall ...@@ -19,9 +19,6 @@ pip install torch_memory_saver --force-reinstall
pip install transformers==4.45.2 sentence_transformers accelerate peft pip install transformers==4.45.2 sentence_transformers accelerate peft
# For compling eagle kernels
pip install cutex
# For compling xgrammar kernels # For compling xgrammar kernels
pip install cuda-python nvidia-cuda-nvrtc-cu12 pip install cuda-python nvidia-cuda-nvrtc-cu12
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment