feat: model cache volume mount, clear gpu selector

This commit is contained in:
jialin
2025-12-09 19:07:40 +08:00
parent daa10617c0
commit 087675889f
14 changed files with 280 additions and 143 deletions
+5 -1
View File
@@ -316,8 +316,12 @@ const VersionsForm: React.FC<AddModalProps> = ({
>
<SealInput.Input
trim
label={intl.formatMessage({ id: 'backend.imageName' })}
required
placeholder={intl.formatMessage(
{ id: 'common.help.eg' },
{ content: 'vllm/vllm-openai:v0.12.0' }
)}
label={intl.formatMessage({ id: 'backend.imageName' })}
></SealInput.Input>
</Form.Item>
</Box>