Skip to content

Commit 6b253b8

Browse files
rsyuecirquit
andauthored
Update src/fairseq2/models/hg/adapter.py
Co-authored-by: Alexander Erben <aerben@meta.com>
1 parent 12b8984 commit 6b253b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/fairseq2/models/hg/adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def __init__(
110110

111111
self.add_module("_wrapped_hf_model", hf_model)
112112

113-
# Store reference to HF model's config
114113
self._hf_config: Any = getattr(hf_model, "config", None)
115114

116115
# Enable gradient checkpointing if requested

0 commit comments

Comments
 (0)