liger-kernel-nightly 0.6.3.dev20251105012545__py3-none-any.whl → 0.6.3.dev20251105190428__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- liger_kernel/ops/fused_linear_cross_entropy.py +3 -0
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/METADATA +1 -1
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/RECORD +7 -7
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/LICENSE +0 -0
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/NOTICE +0 -0
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/WHEEL +0 -0
- {liger_kernel_nightly-0.6.3.dev20251105012545.dist-info → liger_kernel_nightly-0.6.3.dev20251105190428.dist-info}/top_level.txt +0 -0
|
@@ -58,6 +58,9 @@ def fused_linear_cross_entropy_forward(
|
|
|
58
58
|
else:
|
|
59
59
|
grad_weight = torch.zeros_like(weight, dtype=accum_dtype, device=device) if weight.requires_grad else None
|
|
60
60
|
grad_bias = torch.zeros_like(bias, dtype=accum_dtype, device=device) if bias is not None else None
|
|
61
|
+
else:
|
|
62
|
+
grad_weight = None
|
|
63
|
+
grad_bias = None
|
|
61
64
|
|
|
62
65
|
loss_1d = torch.zeros(BT, dtype=torch.float32, device=device)
|
|
63
66
|
z_loss_1d = torch.zeros(BT, dtype=_input.dtype, device=_input.device) if return_z_loss else None
|
|
@@ -20,7 +20,7 @@ liger_kernel/ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
20
20
|
liger_kernel/ops/cross_entropy.py,sha256=CEgAeX97ezIBRhK3dPQRKsEQiwgnBDOewtDoqKXzw_Q,19605
|
|
21
21
|
liger_kernel/ops/dyt.py,sha256=gCLz4S8aul8SY9nvIGaoK67aGb7U9MJRQdo3ONqmQYs,5417
|
|
22
22
|
liger_kernel/ops/fused_add_rms_norm.py,sha256=UBqmlqFCmhSAIpkNKd8rrfXatX7Z4J9bp2dX9A0lrJQ,14017
|
|
23
|
-
liger_kernel/ops/fused_linear_cross_entropy.py,sha256=
|
|
23
|
+
liger_kernel/ops/fused_linear_cross_entropy.py,sha256=fnOYx1JyScQjsbb5r7Ua2S2bE-Abr0y8IH-oSWAvLGo,14583
|
|
24
24
|
liger_kernel/ops/fused_linear_jsd.py,sha256=CSoprxb-YcJy-YUKiTcYkxN8sb9h2kdk_iHuncvSV5c,9683
|
|
25
25
|
liger_kernel/ops/fused_neighborhood_attention.py,sha256=vPi5xbnh6wxyZehaqo6Tuilqo2fN5SGDiONjnNmIKqs,35556
|
|
26
26
|
liger_kernel/ops/geglu.py,sha256=r0WSq9E93zzynL44Wh8femzOWK07_SseBM_pJUyxT3s,4144
|
|
@@ -105,9 +105,9 @@ liger_kernel/transformers/trainer/__init__.py,sha256=p7yQfklV8-467qSz_ZMimkbDF7H
|
|
|
105
105
|
liger_kernel/transformers/trainer/orpo_trainer.py,sha256=tX0h63aOFe3rNqTmk6JpMf75UPo981yzEa6TghnjS0Q,5370
|
|
106
106
|
liger_kernel/triton/__init__.py,sha256=qCiCamzCRv6lpV8IqpAc9YMdNKC7GKurClWceQPnlis,92
|
|
107
107
|
liger_kernel/triton/monkey_patch.py,sha256=Rd0hUHAzDkFfHvnX7-PBaNK5EKnZhtfM_h-fgQH9HPY,1568
|
|
108
|
-
liger_kernel_nightly-0.6.3.
|
|
109
|
-
liger_kernel_nightly-0.6.3.
|
|
110
|
-
liger_kernel_nightly-0.6.3.
|
|
111
|
-
liger_kernel_nightly-0.6.3.
|
|
112
|
-
liger_kernel_nightly-0.6.3.
|
|
113
|
-
liger_kernel_nightly-0.6.3.
|
|
108
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/LICENSE,sha256=OhzLDHJ0to4a8sodVLELZiCFylZ1NAAYLs-HrjPy0ag,1312
|
|
109
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/METADATA,sha256=-9EYPsEnYUeI2OzXLaeZT-XyOBerw0KUkawlBL-jUcM,24777
|
|
110
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/NOTICE,sha256=njwnoPZLh9AN8SJQzxvCGLHi-8X__AvWRze6joNXIY8,2066
|
|
111
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
112
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/top_level.txt,sha256=2eghu4hA3LnkM7ElW92tQ8zegWKgSbeo-k-aGe1YnvY,13
|
|
113
|
+
liger_kernel_nightly-0.6.3.dev20251105190428.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|