雾聪
2024-03-14 3549c0106e5a35ef2ddffdfd7381e613ed5310bd
runtime/websocket/bin/funasr-wss-server.cpp
@@ -121,7 +121,7 @@
        false, "/workspace/resources/hotwords.txt", "string");
    TCLAP::ValueArg<std::int32_t> fst_inc_wts("", FST_INC_WTS, 
        "the fst hotwords incremental bias", false, 20, "int32_t");
    TCLAP::SwitchArg use_gpu("", USE_GPU, "Whether to use GPU, default is false", false);
    TCLAP::SwitchArg use_gpu("", INFER_GPU, "Whether to use GPU, default is false", false);
    // add file
    cmd.add(hotword);