Move vllm advanced fields closer
This commit is contained in:
parent
5f7de831f9
commit
c114e7652a
1 changed files with 3 additions and 3 deletions
|
|
@ -24191,18 +24191,18 @@ details.hwfit-serve-advanced > .hwfit-serve-row label input {
|
|||
}
|
||||
details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_attn_backend"]) {
|
||||
position: relative;
|
||||
left: -55px;
|
||||
left: -63px;
|
||||
}
|
||||
details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_block_size"]) {
|
||||
position: relative;
|
||||
left: -55px;
|
||||
left: -63px;
|
||||
}
|
||||
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: -45px;
|
||||
left: -53px;
|
||||
}
|
||||
details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_kv_cache_dtype"]) {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue