meowjiao

Results 7 issues of meowjiao

https://nova-oss.com/ 它提供gpt-3.5-turbo、gpt3.5-turbo-16k、gpt-4、gpt4-32k等多种模型, 和ChimeraGPT一样, 只需加入Discord即可获取API Key, 而且它的验证只需找出条款中的一个隐藏表情即可, 比ChimeraGPT的验证好 希望您能新建一个分支, 谢谢! --- The following is the English translation of the issue: https://nova-oss.com/ It provides various models such as gpt-3.5-turbo, gpt3.5-turbo-16k, gpt-4, and...

ChimeraGPT说让验证,一群人搞了一个小时都验证不了,是否考虑换个服务提供商?

请问这个文件是什么格式的啊?我放到ollama里报错magic char啥啥啥。我又放到llama.cpp的ggml转gguf里,报错不是ggml文件。

整了好久,终于转换好了,给大家说说容易踩坑的几个点 我的系统:Arch Linux x86_64 1.clone时一定要带`--recursive`,不然编译时会报错 2.CPU转换时torch不必安装CPU版本 3.transformers安装时务必指定版本`transformers==4.33.2`,新版transformers更改了 一些函数,会报错 4.若要转换Q4_0,请务必使用THUDM/chatglm-6b-int4,否则终端会直接崩掉 5.最重要的一点!!!一定要把chatglm_cpp/convert.py里的 ```py model = auto_model_class.from_pretrained(model_name_or_path, trust_remote_code=True, low_cpu_mem_usage=True) ``` 这一行改成 ```py model = auto_model_class.from_pretrained(model_name_or_path, trust_remote_code=True).float() ``` 我因为这个卡了很久,一定要注意!!!

The coffee button on the sidebar cannot keep the screen open when covering the laptop lid.

There is already a configuration for the ESP32-S3-BOX-3, but I want to build for the ESP32-S3-BOX (which has 16MB Flash and 8MB PSRAM). What should I do?