Skip to content

Commit e0f2da4

Browse files
committed
Update llama.py
1 parent 5511b76 commit e0f2da4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unsloth/models/llama.py

-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ def _CausalLM_fast_forward(
871871
loss = fast_cross_entropy_loss(
872872
logits = shift_logits,
873873
labels = shift_labels,
874-
logit_softcapping = getattr(self.config, "final_logit_softcapping", 0),
875874
)
876875
pass
877876

0 commit comments

Comments
 (0)