mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00: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