Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/backends/sglang/docs/dsr1-wideep-gb200.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker build \
-f container/Dockerfile.sglang-wideep \
-t dynamo-wideep-gb200 \
--build-arg MODE=blackwell \
--build-arg SGLANG_IMAGE_TAG=v0.4.9.post6-cu128-gb200 \
--build-arg SGLANG_IMAGE_TAG=v0.5.0rc0-cu129-gb200 \
--build-arg ARCH=arm64 \
--build-arg ARCH_ALT=aarch64 \
.
Expand Down
4 changes: 2 additions & 2 deletions container/Dockerfile.sglang-wideep
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG SGLANG_IMAGE_TAG="v0.4.10-cu126"
ARG SGLANG_IMAGE_TAG="v0.5.0rc0-cu126"

FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}

ARG MODE="hopper"
ARG ARCH="amd64"
ARG ARCH_ALT="x86_64"
ARG NIXL_UCX_REF="v1.19.x"
ARG NIXL_TAG="0.4.1"
ARG NIXL_TAG="0.5.0"
ARG CMAKE_VERSION="3.31.8"
ARG RUST_VERSION="1.87.0"
ARG CARGO_BUILD_JOBS="16"
Expand Down
Loading