ChatGLM-6B
ChatGLM-6B copied to clipboard
NotADirectoryError: [WinError 267] 目录名称无效。: 'C:\\Program Files\\Google\\Chrome\\Application\\chromedriver.exe'[Feature] <title>
Is your feature request related to a problem? Please describe.
有没有老大叫一下怎么处理
Solutions
NotADirectoryError: [WinError 267] 目录名称无效。: 'C:\Program Files\Google\Chrome\Application\chromedriver.exe'
Additional context
No response
需要安装pytorch,要不然会报个错误,就是from transformers import AutoModel, AutoTokenizer AutoModel找不到
下载本地模型 放到目录如:chatglm-6b/chatglm-6b model = AutoModel.from_pretrained("chatglm-6b", trust_remote_code=True) 解决 NotADirectoryError: [WinError 267] 目录名称无效