Skip to content

Commit

Permalink
Update the __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed Oct 1, 2024
1 parent 9c6f445 commit a7762a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/transformers/models/glm/modular_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,12 @@ def __init__(self, config):
super().__init__(config)
self.model = GlmModel(config)
self.post_init()


__all__ = [
"GlmConfig",
"GlmModel",
"GlmForCausalLM",
"GlmForSequenceClassification",
"GlmForTokenClassification",
]

0 comments on commit a7762a0

Please sign in to comment.