We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5644ca commit d06c1abCopy full SHA for d06c1ab
scripts/ci_install_dependency.sh
@@ -23,3 +23,6 @@ pip install cutex
23
24
# For compling xgrammar kernels
25
pip install cuda-python nvidia-cuda-nvrtc-cu12
26
+
27
+# reinstall sgl-kernel
28
+pip install sgl-kernel --force-reinstall --no-deps
0 commit comments