Chenyu Cao

Results 2 issues of Chenyu Cao

感谢您的分享,由于C++水平有限,在尝试使用cpu推理过程中出现如下问题,还烦劳解答~ 已生成文件checkpoint-final/ggml-model-f16.bin 使用下述指令产生报错 ``` cd tools/Vicuna.cpp make chat ``` 报错信息如下 ``` In file included from /usr/local/gcc/include/c++/5.2.0/random:35:0, from utils.h:8, from chat.cpp:3: /usr/local/gcc/include/c++/5.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support...

想请问下网页的QA会带有```xxx```,哪怕在parse_text()中去除掉`````` 后台不显示``````,网页输入输出也仍然显示该字符,应该如何解决呢 ![image](https://user-images.githubusercontent.com/26534536/234532312-a7af8666-271f-45cb-8118-8fe9a76bc48e.png) ![image](https://user-images.githubusercontent.com/26534536/234532457-15a2046c-4525-40ff-8ca3-2669071d52f5.png)