From 2672e98e4cb53103e5b9e904996a44c8243bf3f2 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Tue, 19 May 2026 08:35:40 +0000 Subject: [PATCH] Remove VLLM_NVFP4_GEMM_BACKEND env var - CuTeDSL auto-selects on Blackwell --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6f624c82..7017ee75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - PYTHONUNBUFFERED=1 - VLLM_RPC_TIMEOUT_MS=600000 - CLAWMINE_DEBUG=1 - - VLLM_NVFP4_GEMM_BACKEND=cutedsl + # Don't set VLLM_NVFP4_GEMM_BACKEND - our CuTeDSL kernel auto-selects on Blackwell command: - /model - --trust-remote-code