liger-kernel-nightly 0.5.4.dev20250307064336__py3-none-any.whl → 0.5.5.dev20250314002525__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.
Potentially problematic release.
This version of liger-kernel-nightly might be problematic. Click here for more details.
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/METADATA +2 -2
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/RECORD +6 -6
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/WHEEL +1 -1
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/LICENSE +0 -0
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/NOTICE +0 -0
- {liger_kernel_nightly-0.5.4.dev20250307064336.dist-info → liger_kernel_nightly-0.5.5.dev20250314002525.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: liger_kernel_nightly
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5.dev20250314002525
|
|
4
4
|
Summary: Efficient Triton kernels for LLM Training
|
|
5
5
|
License: BSD 2-CLAUSE LICENSE
|
|
6
6
|
Copyright 2024 LinkedIn Corporation
|
|
@@ -152,7 +152,7 @@ With one line of code, Liger Kernel can increase throughput by more than 20% and
|
|
|
152
152
|
We provide optimized post training kernels like DPO, ORPO, SimPO, and more which can reduce memory usage by up to 80%. You can easily use them as python modules.
|
|
153
153
|
|
|
154
154
|
```python
|
|
155
|
-
from liger_kernel.chunked_loss import
|
|
155
|
+
from liger_kernel.chunked_loss import LigerFusedLinearORPOLoss
|
|
156
156
|
orpo_loss = LigerFusedLinearORPOLoss()
|
|
157
157
|
y = orpo_loss(lm_head.weight, x, target)
|
|
158
158
|
```
|
|
@@ -67,9 +67,9 @@ liger_kernel/transformers/trainer/__init__.py,sha256=p7yQfklV8-467qSz_ZMimkbDF7H
|
|
|
67
67
|
liger_kernel/transformers/trainer/orpo_trainer.py,sha256=pdekW7l6Qg_aqa5SYKYlSWUF8m3lkOFvFLcIMEHrz9s,8338
|
|
68
68
|
liger_kernel/triton/__init__.py,sha256=qCiCamzCRv6lpV8IqpAc9YMdNKC7GKurClWceQPnlis,92
|
|
69
69
|
liger_kernel/triton/monkey_patch.py,sha256=Rd0hUHAzDkFfHvnX7-PBaNK5EKnZhtfM_h-fgQH9HPY,1568
|
|
70
|
-
liger_kernel_nightly-0.5.
|
|
71
|
-
liger_kernel_nightly-0.5.
|
|
72
|
-
liger_kernel_nightly-0.5.
|
|
73
|
-
liger_kernel_nightly-0.5.
|
|
74
|
-
liger_kernel_nightly-0.5.
|
|
75
|
-
liger_kernel_nightly-0.5.
|
|
70
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/LICENSE,sha256=OhzLDHJ0to4a8sodVLELZiCFylZ1NAAYLs-HrjPy0ag,1312
|
|
71
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/METADATA,sha256=auKRFqG0RTHHc_8Sfk_3RfEmSimuwPwSmbsCSRpNhgU,22390
|
|
72
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/NOTICE,sha256=njwnoPZLh9AN8SJQzxvCGLHi-8X__AvWRze6joNXIY8,2066
|
|
73
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
74
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/top_level.txt,sha256=2eghu4hA3LnkM7ElW92tQ8zegWKgSbeo-k-aGe1YnvY,13
|
|
75
|
+
liger_kernel_nightly-0.5.5.dev20250314002525.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|