feat: add awq,gptq filter

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent bca1e8140e
commit 42217cf079
3 changed files with 95 additions and 104 deletions
@@ -210,7 +210,6 @@ const AddModal: FC<AddModalProps> = (props) => {
) {
return;
}
console.log('isgguf==================> select 1', item.isGGUF);
console.log('handleOnSelectModel:', item, selectedModel);
setIsGGUF(item.isGGUF);
clearCahceFormValues();