mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 22:09:03 +08:00
feat: clear model when create llm (#10711)
This commit is contained in:
parent
5d8208a061
commit
34496f6a00
1 changed files with 1 additions and 0 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue