Update README.md
Browse files
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 |
|