Skip to content

Commit

Permalink
fix long line lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaswikarnati committed Nov 26, 2024
1 parent f367ee6 commit 8957b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/multimodal/data/energon/task_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, tokenizer, image_processor, multimodal_sample_config):
Parameters:
tokenizer (Tokenizer): The tokenizer used for processing text across different sample types.
image_processor (ImageProcessor): The image processor used for preprocessing images.
multimodal_sample_config (MultiModalSampleConfig): Config for multimodal samples, including tokens and placeholders.
multimodal_sample_config (MultiModalSampleConfig): MultiModalSampleConfig object.
"""
self.tokenizer = tokenizer
self.encoders: Dict[str, SampleEncoder] = {
Expand Down

0 comments on commit 8957b11

Please sign in to comment.