Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Sep 24, 2024
1 parent e36ba4c commit e43b8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/a_scripts/inference/test_convert_composer_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,6 @@ def __init__(self, config: PretrainedConfig):
super().__init__()
self.config = config

# Mock a configuration and model with varying generation_config values
config = AutoConfig.from_pretrained('gpt2')
if generation_config is not None:
config.generation_config = generation_config
Expand Down

0 comments on commit e43b8a8

Please sign in to comment.