dhousd
dhousd
when I trying to train a model,it only run for 940 batchs,and i got an error. `Traceback (most recent call last): File "main.py", line 147, in tf.app.run() File "/Users/xiaochenyue/opt/anaconda3/envs/py33/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line...
I tried to use Karaoke-style movie generation on my Chinese audio, then I got this: https://github.com/ggerganov/whisper.cpp/assets/125183026/b713a84a-86d6-4935-aeb0-76fe9142856a Full of 口s. So, can you add some Chinese fonts into the feature?
**问题描述** 如题,有过同样的issue,没有被重视 使用 Cloudflare AI gateway 建立 endpoint 后,在 chatbox 的设置画面设定到 API 域名后,使用报错了。 错误的内容是chatbox拼接网址中出现了两个v1,Cloudflare AI gateway 建立 endpoint被调用时自己会加一个v1,而您的代码 [src/packages/llm.ts](https://github.com/Bin-Huang/chatbox/blob/3dcb600f31a5b982955af7327940cd8dc4b6d121/src/packages/llm.ts#L61) 中也会拼入一个v1。 接口调用可查阅https://developers.cloudflare.com/ai-gateway/providers/openai/ **解决思路** 希望能将 /v1/chat/completions 这部分也可以使用设置画面进行设置。
I deploy it on my mac(Apple M1,8GB,Ventura 13.5),when i use it,it always run a while,then `VALL-E EOS [413 -> 727] libc++abi: terminating due to uncaught exception of type c10::Error: Unsupported...
**问题描述** 如题,有过同样的issue,没有被重视 使用 Cloudflare AI gateway 建立 endpoint 后,在 chatbox 的设置画面设定到 API 域名后,使用报错了。 错误的内容是chatbox拼接网址中出现了两个v1,Cloudflare AI gateway 建立 endpoint被调用时自己会加一个v1,而您的代码 [src/packages/llm.ts](https://github.com/Bin-Huang/chatbox/blob/3dcb600f31a5b982955af7327940cd8dc4b6d121/src/packages/llm.ts#L61) 中也会拼入一个v1。 接口调用可查阅https://developers.cloudflare.com/ai-gateway/providers/openai/ **解决思路** 希望能将 /v1/chat/completions 这部分也可以使用设置画面进行设置。
Using chatglm-cpp to improve performance /opt/homebrew/lib/python3.10/site-packages/transformers/utils/generic.py:311: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( /opt/homebrew/lib/python3.10/site-packages/transformers/utils/generic.py:311: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( Failed to load cpm_kernels:No module...
**问题描述** 希望可以支持将以前只支持chatbox-ai的文件上传带到openai模型里 **解决思路** [这里](https://platform.openai.com/docs/assistants/tools/file-search)有详细文档 **附加上下文** [这里](https://platform.openai.com/docs/assistants/tools/file-search/supported-files)提到了所有可上传的格式
Actually,this is not an issue,this is a suggestion. One month ago,PyTorch released their new version:PyTorch 2.1.There are many changes,the change I'm most concerned about is mps backend. mps device enables...