Skip to content

Commit 498ae4c

Browse files
committed
revert
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
1 parent 0d131f8 commit 498ae4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_automodel/_transformers/auto_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def from_pretrained(
434434
use_sdpa_patching: bool = True,
435435
sdpa_method: Optional[List[SDPBackend]] = None,
436436
torch_dtype="auto",
437-
attn_implementation: str = "sdpa", #flash_attention_2",
437+
attn_implementation: str = "flash_attention_2",
438438
quantization_config=None,
439439
force_hf: bool = False,
440440
**kwargs,

0 commit comments

Comments
 (0)