File "C:\Users\icube-nj\anaconda3\envs\ChatGLM3-6b\lib\site-packages\transformers\utils\hub.py", line 450, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: 'C:\Users\icube-nj\workspce\ChatGLM3\basic_demo\THUDM\chatglm3-6b'. Please provide either the path...
首先安装Git和python apt-get install -y git git-lfs python3 python3-pip 下载代码文件并安装依赖 git clone https://gitcode.com/github.com/THUDM/ChatGLM3 #国外:git clone https://github.com/THUDM/ChatGLM3 cd ChatGLM3 pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn...