From 546652e03e784b9638da4402aea2863b2727468c Mon Sep 17 00:00:00 2001 From: duzx16 Date: Sat, 18 Mar 2023 09:14:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7955db..6c67b85 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).bf ``` 需保证空闲内存接近16G,并且推理速度会很慢。 -MacOS 如果报错`RuntimeError: Unknown platform: darwin`的话请参考这个[Issue](https://github.com/THUDM/ChatGLM-6B/issues/6#issuecomment-1470060041). +如果遇到了报错 `Could not find module 'nvcuda.dll'` 或者 `RuntimeError: Unknown platform: darwin` (MacOS) 的话请参考这个[Issue](https://github.com/THUDM/ChatGLM-6B/issues/6#issuecomment-1470060041). ## ChatGLM-6B示例