zhiyixu

Results 12 comments of zhiyixu

@MasterLivens hi, i am currently using colab, which file should i add this code?

1. modify file `themes/edinburgh/layout/_partial/page-full.ejs` in line 3 to `` notice there remove the value `` for attribute src. (改下src属性的值,去掉前边的, 下边一样。) 2. in file `themes/edinburgh/layout/_partial/portfolio-index.ejs` line 4 the img tag change...

@clikes i am not a good pythoneer, so i can't explain this question. i was trying this extension with some video tutorials and got the errors above, then i check...

pull 之后显示已经是最的了, 我按下回车之后,任务管理器里的资源使用情况没有啥变化,感觉不是慢,而是输入没有提交给模型

![Snipaste_2023-05-11_18-43-59](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/97584093/f5a7ab5c-6fb7-4ea1-81b0-1fcf6ca85d57) 还是这样,它一直卡在那里,我不是按了几次回车吗, 没啥反映然后我 ctrl-c 之后,命令行里就有很多的换行,如果我第一次按回车之后,没有响应,再次正常输入输入的字符闪一下就没了,ctrl-c 之后才出现在命令行里,如上边的 “你好你好”。 我不是写C语言的,但是我感觉这就像 输入的字符没提交,而是一直放在输入缓冲里边,ctrl-c 之后 才一次全部都提交了,大概就是这么个感觉。

一直都是win11, 第一个截图是 window terminal (powershell ), 后边这个就是 cmd hello 也一样卡住。

@a108599 这个是 llama.cpp 的问题,他对中文的支持有问题,详情见[issue646](https://github.com/ggerganov/llama.cpp/issues/646) 解决方案是使用修改后重新编译的exe文件,详情见[这里](https://github.com/josStorer/llama.cpp-unicode-windows)

@a108599 “他哪个版本少引入一个#include” 哥们问下你说的这个在哪里, 我没遇到这个问题。 我用window 版本的llama 用中文提问但是他回答的中英参杂并且有时候会一直重复最后几个字,跟这个有关吗?

@a108599 哥们你的模型是自己合并量化的还是直接用的上边这个老哥提供的?