ayyylol commited on
Commit
4f733b5
1 Parent(s): 16e280f

Update transformers typo

Browse files

Small transformers typo :)

Files changed (1) hide show
  1. README.md +1 -1
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) (`transforemrs>=4.43.0`).
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