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;