Describe the bug
In comments of DeepSpeedTransformerConfig, there is a parameter max_seq_length, however it is not in init function
To Reproduce
Steps to reproduce the behavior:
- https://github.com/microsoft/DeepSpeed/blob/master/deepspeed/ops/transformer/transformer.py
- Search for DeepSpeedTransformerConfig
- In comments see "max_seq_length: The sequence-length of the model being trained with DeepSpeed"
- Goto init, there is no parameter max_seq_length
- Goto TransformerConfig, there is no parameter max_seq_length either
Expected behavior
max_seq_length should appear in paramter list
Describe the bug
In comments of DeepSpeedTransformerConfig, there is a parameter max_seq_length, however it is not in init function
To Reproduce
Steps to reproduce the behavior:
Expected behavior
max_seq_length should appear in paramter list