feat: add extended_kv_cache

This commit is contained in:
jialin
2025-10-14 20:09:43 +08:00
parent 620c113fae
commit 83403a1a1a
13 changed files with 277 additions and 142 deletions
@@ -158,6 +158,7 @@ const Inner = styled.div.attrs({
className: '__inner__'
})`
width: 100%;
display: flex;
`;
const Extra = styled.div`
@@ -10,6 +10,9 @@ const SliderWrapper = styled.div`
.borderless {
background-color: transparent;
}
.ant-slider {
flex: 1;
}
padding-block: 0;
padding-inline: 2px;
input.ant-input-number-input {