Skip to content

Commit 5787190

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fairseq2/models/hg/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ def wrap_hg_model_if_causal_lm(hf_model: Module, config: Any) -> Module:
326326
enable_gradient_checkpointing=enable_gradient_checkpointing,
327327
)
328328

329-
# Not a causal LM, return as-is
329+
# Not a causal LM
330330
return hf_model

0 commit comments

Comments
 (0)