mirror of https://github.com/THUDM/ChatGLM-6B
Update README.md
parent
5299675425
commit
546652e03e
|
@ -110,7 +110,7 @@ model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).bf
|
||||||
```
|
```
|
||||||
需保证空闲内存接近16G,并且推理速度会很慢。
|
需保证空闲内存接近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示例
|
## ChatGLM-6B示例
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue