Leyi Wang

Results 2 issues of Leyi Wang

``` #1.1.命令格式 C++版 ./thulac [-t2s] [-seg_only] [-deli delimeter] [-user userword.txt] 从命令行输入输出 ./thulac [-t2s] [-seg_only] [-deli delimeter] [-user userword.txt] [-intput inputfile] [-output outputfile] 从文本文件输入输出(注意均为UTF8文本) ``` 发现C++版本README.md及程序提示中的一处错误,输入文件的参数应为“ -input”,而非“intput”。

看到最近的提交,rtp-llm支持cosyvoice。尝试源码编译,执行以下指令时报错,想请教下应该怎么编译源码? ```bash bazelisk build //maga_transformer:maga_transformer --jobs 100 --verbose_failures --config=cuda12_2 ``` 异常输出如下: ``` 025/02/24 03:42:08 Downloading https://releases.bazel.build/6.4.0/release/bazel-6.4.0-linux-x86_64... Downloading: 52 MB out of 52 MB (100%) INFO: Repository local_config_cuda instantiated at: /home/wangleyi/rtp-llm/WORKSPACE:7:15:...