binary-husky

Results 323 comments of binary-husky

![image](https://user-images.githubusercontent.com/96192199/233572605-6d1dff51-3dd3-4299-aa86-d2b3106d67e3.png)

一周前开始有这种现象,可能是代理的问题或者api-key的问题,我们也在关注相关的问题

大佬们好 @m2kar @AllenXiao95 , 这个Electron确实不是我熟悉的东西, 但是这个项目是属于大家的, 如果有这种改进我们会尽可能配合

> So state is only stored in the backend only, this is so that state can support binary, non-serializable data. You can maintain frontend state by storing a global variable...

Just took a look at Galactica at Hugging Face. It seems very easy to implement, but like Visual-ChatGPT, the local package dependency behind it is very heavy. (Visual-ChatGPT models almost...

![image](https://user-images.githubusercontent.com/96192199/229303571-c66dea56-480f-4ae7-8756-769da2a4f375.png) @Kerushii Hello, I have successfully run the local galactica-1.3b on the `morellm` branch here, but the model keeps saying strange things continuously after answering questions. Have you encountered a...

先输入本地latex工程路径,比如```./crazy_functions/test_project/latex/attention```,然后点击就行了 ![image](https://user-images.githubusercontent.com/96192199/227771109-fcf5d559-6da9-4d53-8077-808f55ec8df9.png)

Try changing "device" and "gpu_party" in launch json: ``` { // --- Part1: config HMP core --- "config.py->GlobalConfig": { ............ "device": "cuda:0", "gpu_party": "off", ............ }, } ``` The former...