From a32c3f26ab669c7a62d8d2f2e589343df21f9f0a Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 23:57:44 +0000 Subject: [PATCH] Adjust vllm preset and offsets --- static/js/cookbookServe.js | 2 +- static/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/cookbookServe.js b/static/js/cookbookServe.js index c3af932fc..02d0d755a 100644 --- a/static/js/cookbookServe.js +++ b/static/js/cookbookServe.js @@ -1376,7 +1376,7 @@ function _rerenderCachedModels() { ['', 'None'], ['minimax_m3_cuda', 'CUDA native sampler'], ].map(([v, label]) => ``).join(''); - panelHtml += ``; + panelHtml += ``; } // Free-text env-vars field. Anything pasted here is prepended to the // launch command verbatim. Use for CUDACXX, PATH overrides, NCCL_* diff --git a/static/style.css b/static/style.css index 366ad4bad..60fd7bc7f 100644 --- a/static/style.css +++ b/static/style.css @@ -24201,14 +24201,14 @@ details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_attn_backend"] } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_block_size"]) { position: relative; - left: -73px; + left: -75px; } details.hwfit-serve-advanced .hwfit-sf[data-field="vllm_block_size"] { width: calc(100% - 6px); } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="swap"]) { position: relative; - left: -71px; + left: -73px; } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_kv_cache_dtype"]) { position: relative;