use same version for ci and pyproject (#4187)

This commit is contained in:
Yineng Zhang
2025-03-07 10:39:55 -08:00
committed by GitHub
parent eb61f5c9af
commit 70866b6f4f

View File

@@ -26,4 +26,4 @@ pip install transformers==4.45.2 sentence_transformers accelerate peft pandas da
pip install cuda-python nvidia-cuda-nvrtc-cu12
# reinstall sgl-kernel
pip install sgl-kernel --force-reinstall --no-deps
pip install sgl-kernel==0.0.3.post6 --force-reinstall --no-deps