Open mali-git opened 3 months ago
Add the missing type annotations to RotaryTransform: https://github.com/Modalities/modalities/blob/44bfe4ca66be2dbba405d07e52691aa5f15939a4/src/modalities/models/gpt2/gpt2_model.py#L49
Improves code quality and supports code understanding.
Feature request
Add the missing type annotations to RotaryTransform: https://github.com/Modalities/modalities/blob/44bfe4ca66be2dbba405d07e52691aa5f15939a4/src/modalities/models/gpt2/gpt2_model.py#L49
Motivation
Improves code quality and supports code understanding.