gptq processing

This commit is contained in:
kwaroran
2023-08-18 19:38:52 +09:00
parent b465d2639e
commit bf1bd127ab
5 changed files with 47 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ export function alertToast(msg:string){
}
export function alertWait(msg:string){
console.log(msg)
alertStore.set({
'type': 'wait',
'msg': msg