feat: 增强模型下载功能,支持 HuggingFace Hub 直接下载 ONNX 格式模型

This commit is contained in:
catlog22
2026-01-11 18:22:36 +08:00
parent 1e91fa9f9e
commit b77672dda4
3 changed files with 75 additions and 45 deletions

View File

@@ -916,7 +916,7 @@ select.cli-input {
.cli-textarea {
resize: vertical;
min-height: 4rem;
max-height: 12rem;
max-height: 20rem;
font-family: 'SF Mono', 'Consolas', 'Liberation Mono', monospace;
font-size: 0.8125rem;
}
@@ -2681,7 +2681,7 @@ select.cli-input {
display: flex;
position: relative;
min-height: 200px;
max-height: 350px;
max-height: min(450px, 50vh);
}
.json-line-numbers {