Tao Wang
Tao Wang
我也碰到了这个问题,我是在跑 `THUDM/chatglm-6b-int4`的时候碰到问题。结果我发现是 cuda 版本太低所致。我之前是跑在 cuda-10.0 上,当我升级到 cuda-12.0 后,问题就解决了。结合之前有的人提到 11.2,11.3 跑不了,后面提到重装 11.7 可以正常使用的情况。那么这个报错会不会是因为它的代码对系统依赖上要求大于11.x 的某个版本的问题所致?大家可以尝试升级一下自己的cuda版本,看看是不是会解决这个问题。
The `.env` support is quite useful in Compose, we used it in many of our compose files. It separates dynamic parts and static parts of `docker-compose.yml` file. With load `.env`...
Missing `data\application.js` might because an error happened in the `appCache.js` execution. So, if you found `data` folder is empty(except `.gitkeep`), could you try run the following command under `~/.zazu/plugins/tinytacoteam/zazu-file-finder/` directory:...
@EvoWizz Could you check the comments above and give more information? is there a `data\application.json`, and if not, what's the `node appCache.js '{}'` output? @setegonz @scheduardo If you can search...
@scheduardo Thank you, there isn't any errors in the log indicating why fileFinder is not working, which is a problem, I will try to fix error logging problem first. In...
@scheduardo Oops, does Windows not support quote in command line? sorry about that, I'm not using Windows anymore ;) Could you try the command without the quote? `node fileFinder.js planejamento...
The error means listing folder contents of `C:\Users\eduar\Ambiente de Impressão` is not permitted. There are 2 possible reasons, one is that there is a Anti-Virus software blocking the way, another...
@EvoWizz Could you paste the output here? so I can see what exactly the error is. And could you check your node version by `node --version`? You might have an...
@EvoWizz Windows seems not support quoting, so please run the command without quoting, `node appCache.js {}`.
I will work on this issue, fileFinder seems cost several minutes to complete, which too long to use without caching. So, I think the cache database is necessary here. How...