Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4d2dbeac
Unverified
Commit
4d2dbeac
authored
Feb 09, 2025
by
Yineng Zhang
Committed by
GitHub
Feb 09, 2025
Browse files
remove cutex dependency (#3422)
parent
29daf498
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
docs/backend/speculative_decoding.ipynb
docs/backend/speculative_decoding.ipynb
+0
-4
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+0
-3
No files found.
docs/backend/speculative_decoding.ipynb
View file @
4d2dbeac
...
@@ -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",
...
...
scripts/ci_install_dependency.sh
View file @
4d2dbeac
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment