-
Hi all, I have come across a problem and trying to seek your help. I am going to fine-tune parler-tts in Chinese, use Chinese dataset and choose chatglm-6b as the generating model for text description…
-
操作系统版本:Ubuntu 20.04 LTS
python版本:3.10.9
transformers安装的时候没有指定版本,安装的是最新4.24.0版
(base) root@st-desktop:~/xxy/Chinese-LangChain# python -m pip list |grep transformers
sentence-transformers 2…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Traceback (most recent call last):
File "/content/ChatGLM-6B/ptuning/main.py", line 43, in…
-
多卡推理参考的ChatGLM-6B官方的多卡部署 https://github.com/THUDM/ChatGLM-6B#%E5%A4%9A%E5%8D%A1%E9%83%A8%E7%BD%B2
-
When using the langchain-chatGLM project to run, the model does not report an error and can be used normally, but when it is changed to FastChat, the following error appears. What is the reason for th…
-
你好,我尝试将GLM部署在本地使用
1、通过git clone https://huggingface.co/THUDM/chatglm3-6b 将模型下载到本地后,
2、然后在zhipuai.yaml文件中,pi_key: ${oc.env:ZHIPUAI_API_KEY,"我的路径/chatglm3-6b"} ,运行main.py
出现报错提示“”zhipuai.core._erro…
-
Traceback (most recent call last):
File "/home/fangzhijun2/ChatGLM-Finetuning-master/train.py", line 234, in
main()
File "/home/fangzhijun2/ChatGLM-Finetuning-master/train.py", line 79, in…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
其他项目用chatglm2-6b模型报错,
![1689820789987](https://github.com/THUDM/ChatGLM2-6B/assets/19689302/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
使用bash train.sh
### Expected Behavior
出现以下问题
### Steps To Reproduce
(dcs-rl-sdk-test) C:\…
-
ChatGLM is a popular ChatGPT-like model in Chinese:
https://github.com/THUDM/ChatGLM-6B
Could ct2 support ChatGLM, and speed up the inference.
Thanks a lot.