mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-20 06:18:56 +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 => {
|
const openCreate = (): void => {
|
||||||
mode.value = 'create';
|
mode.value = 'create';
|
||||||
drawerVisiable.value = true;
|
drawerVisiable.value = true;
|
||||||
|
tensorRTLLM.value = newTensorRTLLM();
|
||||||
};
|
};
|
||||||
|
|
||||||
const openEdit = (rowData: any): void => {
|
const openEdit = (rowData: any): void => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue