Merge branch 'main' into mxfp4

This commit is contained in:
Eugene Rakhmatulin
2026-01-26 16:17:58 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ RUN git clone https://github.com/triton-lang/triton.git
# We expect TRITON_REF to be passed from the command line to break the cache # We expect TRITON_REF to be passed from the command line to break the cache
# Set to v3.5.1 tag by default # Set to v3.5.1 tag by default
ARG TRITON_REF=v3.5.1 ARG TRITON_REF=v3.6.0
WORKDIR $VLLM_BASE_DIR/triton WORKDIR $VLLM_BASE_DIR/triton

View File

@@ -11,7 +11,7 @@ REBUILD_VLLM=false
COPY_HOSTS=() COPY_HOSTS=()
SSH_USER="$USER" SSH_USER="$USER"
NO_BUILD=false NO_BUILD=false
TRITON_REF="v3.5.1" TRITON_REF="v3.6.0"
VLLM_REF="main" VLLM_REF="main"
TMP_IMAGE="" TMP_IMAGE=""
PARALLEL_COPY=false PARALLEL_COPY=false