雾聪
2024-03-26 423c29d7f9a6bf8711dc50231d2bfc28f7cc0099
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);