Update cross_entropy_loss.py
This commit is contained in:
parent
751413ed00
commit
82db087cab
1 changed files with 2 additions and 3 deletions
|
|
@ -20,9 +20,8 @@ from transformers.models.llama.modeling_llama import logger
|
|||
from packaging.version import Version
|
||||
|
||||
from unsloth_zoo.loss_utils import (
|
||||
causal_loss_function,
|
||||
transformers_losses_patcher,
|
||||
patch_loss_function,
|
||||
patch_loss_functions,
|
||||
post_patch_loss_function,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue