We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8315a commit 98e347dCopy full SHA for 98e347d
docker/rocm.Dockerfile
@@ -210,7 +210,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
210
211
# Build and install sgl-router
212
RUN python3 -m pip install --no-cache-dir setuptools-rust \
213
- && cd /sgl-workspace/sglang/sgl-router \
+ && cd /sgl-workspace/sglang/sgl-router/bindings/python \
214
&& cargo build --release \
215
&& python3 -m pip install --no-cache-dir . \
216
&& rm -rf /root/.cache
0 commit comments