Update cross_entropy_loss.py
This commit is contained in:
parent
e7be62a1ba
commit
e1b8dcf536
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def _chunked_cross_entropy_forward(
|
|||
logsumexp_ptr ,
|
||||
labels_ptr ,
|
||||
VOCAB_SIZE : tl.constexpr,
|
||||
N_CHUNKS : tl.constexpr,
|
||||
N_CHUNKS ,
|
||||
BLOCK_SIZE : tl.constexpr,
|
||||
DO_SOFTCAPPING ,
|
||||
SOFTCAP ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue