fix: set llamabox to backend for local gguf file
This commit is contained in:
@@ -43,6 +43,8 @@ const LocalPathForm: React.FC = () => {
|
||||
backend === backendOptionsMap.llamaBox
|
||||
) {
|
||||
backend = backendOptionsMap.vllm;
|
||||
} else if (isEndwithGGUF || isBlobFile) {
|
||||
backend = backendOptionsMap.llamaBox;
|
||||
}
|
||||
form.setFieldValue('backend', backend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user