From 34496f6a00a54d593cf74e05629c20f411374ac3 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:53:20 +0800 Subject: [PATCH] feat: clear model when create llm (#10711) --- frontend/src/views/ai/model/tensorrt/operate/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/ai/model/tensorrt/operate/index.vue b/frontend/src/views/ai/model/tensorrt/operate/index.vue index 94c77b353..fa57c5dbf 100644 --- a/frontend/src/views/ai/model/tensorrt/operate/index.vue +++ b/frontend/src/views/ai/model/tensorrt/operate/index.vue @@ -86,6 +86,7 @@ const emit = defineEmits(['search']); const openCreate = (): void => { mode.value = 'create'; drawerVisiable.value = true; + tensorRTLLM.value = newTensorRTLLM(); }; const openEdit = (rowData: any): void => {