mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-12 00:06:29 +08:00
feat: clear model when create llm (#10711)
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user