Update transformers typo
#10
by
ayyylol
- opened
README.md
CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-generation
|
|
19 |
|
20 |
LongWriter-glm4-9b is trained based on [glm-4-9b](https://huggingface.co/THUDM/glm-4-9b), and is capable of generating 10,000+ words at once.
|
21 |
|
22 |
-
Environment: Same environment requirement as [glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) (`
|
23 |
|
24 |
A simple demo for deployment of the model:
|
25 |
```python
|
|
|
19 |
|
20 |
LongWriter-glm4-9b is trained based on [glm-4-9b](https://huggingface.co/THUDM/glm-4-9b), and is capable of generating 10,000+ words at once.
|
21 |
|
22 |
+
Environment: Same environment requirement as [glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) (`transformers>=4.43.0`).
|
23 |
|
24 |
A simple demo for deployment of the model:
|
25 |
```python
|