fix: set distributed_inference_across_workers to false when selectingt vox-box

This commit is contained in:
jialin
2025-02-09 21:53:46 +08:00
parent 1a1807df96
commit 7c960bb899
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export interface ListItem {
}
export interface FormData {
backend?: string;
backend: string;
size?: number;
quantization?: number;
categories?: string[];