Update English README

pull/9/merge
duzx16 2023-03-16 23:15:02 +08:00
parent 642147bf21
commit d1121e1dae
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).bf
It is necessary to ensure that there is nearly 16GB of free memory, and the inference speed will be very slow. It is necessary to ensure that there is nearly 16GB of free memory, and the inference speed will be very slow.
**For Mac users**: if your encounter the error `RuntimeError: Unknown platform: darwin`, please refer to this [Issue](https://github.com/THUDM/ChatGLM-6B/issues/6#issuecomment-1470060041).
## ChatGLM-6B Examples ## ChatGLM-6B Examples
The following are some Chinese examples with `web_demo.py`. Welcome to explore more possibility with ChatGLM-6B. The following are some Chinese examples with `web_demo.py`. Welcome to explore more possibility with ChatGLM-6B.