bys0318 commited on
Commit
81b025e
·
verified ·
1 Parent(s): 23fa792

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ output = model.generate(
41
  response = tokenizer.decode(output[context_length:], skip_special_tokens=True)
42
  print(response)
43
  ```
 
44
 
45
  License: [glm-4-9b License](https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE)
46
 
 
41
  response = tokenizer.decode(output[context_length:], skip_special_tokens=True)
42
  print(response)
43
  ```
44
+ Environment: `transformers==4.43.0`
45
 
46
  License: [glm-4-9b License](https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE)
47