liger-kernel-nightly 0.6.2.dev20250919191028__py3-none-any.whl → 0.6.2.dev20250921193116__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.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.dist-info}/METADATA +6 -3
- {liger_kernel_nightly-0.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.dist-info}/RECORD +6 -6
- {liger_kernel_nightly-0.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.dist-info}/LICENSE +0 -0
- {liger_kernel_nightly-0.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.dist-info}/NOTICE +0 -0
- {liger_kernel_nightly-0.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.dist-info}/WHEEL +0 -0
- {liger_kernel_nightly-0.6.2.dev20250919191028.dist-info → liger_kernel_nightly-0.6.2.dev20250921193116.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.6.2.
|
|
3
|
+
Version: 0.6.2.dev20250921193116
|
|
4
4
|
Summary: Efficient Triton kernels for LLM Training
|
|
5
5
|
License: BSD 2-CLAUSE LICENSE
|
|
6
6
|
Copyright 2024 LinkedIn Corporation
|
|
@@ -177,8 +177,8 @@ y = orpo_loss(lm_head.weight, x, target)
|
|
|
177
177
|
- `triton >= 3.0.0` Install from pypi. (e.g. `pip install triton==3.0.0`)
|
|
178
178
|
|
|
179
179
|
```bash
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
pip install -e .[dev]
|
|
181
|
+
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3/
|
|
182
182
|
```
|
|
183
183
|
|
|
184
184
|
### Optional Dependencies
|
|
@@ -212,6 +212,9 @@ pip install -e .
|
|
|
212
212
|
|
|
213
213
|
# Setup Development Dependencies
|
|
214
214
|
pip install -e ".[dev]"
|
|
215
|
+
|
|
216
|
+
# NOTE -> For AMD users only
|
|
217
|
+
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3/
|
|
215
218
|
```
|
|
216
219
|
|
|
217
220
|
|
|
@@ -97,9 +97,9 @@ liger_kernel/transformers/trainer/__init__.py,sha256=p7yQfklV8-467qSz_ZMimkbDF7H
|
|
|
97
97
|
liger_kernel/transformers/trainer/orpo_trainer.py,sha256=tX0h63aOFe3rNqTmk6JpMf75UPo981yzEa6TghnjS0Q,5370
|
|
98
98
|
liger_kernel/triton/__init__.py,sha256=qCiCamzCRv6lpV8IqpAc9YMdNKC7GKurClWceQPnlis,92
|
|
99
99
|
liger_kernel/triton/monkey_patch.py,sha256=Rd0hUHAzDkFfHvnX7-PBaNK5EKnZhtfM_h-fgQH9HPY,1568
|
|
100
|
-
liger_kernel_nightly-0.6.2.
|
|
101
|
-
liger_kernel_nightly-0.6.2.
|
|
102
|
-
liger_kernel_nightly-0.6.2.
|
|
103
|
-
liger_kernel_nightly-0.6.2.
|
|
104
|
-
liger_kernel_nightly-0.6.2.
|
|
105
|
-
liger_kernel_nightly-0.6.2.
|
|
100
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/LICENSE,sha256=OhzLDHJ0to4a8sodVLELZiCFylZ1NAAYLs-HrjPy0ag,1312
|
|
101
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/METADATA,sha256=J9dqNzPCm0jzT8w6An9KVhxn2B_vrIXEw8nhMqT1UKs,24605
|
|
102
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/NOTICE,sha256=njwnoPZLh9AN8SJQzxvCGLHi-8X__AvWRze6joNXIY8,2066
|
|
103
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
104
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/top_level.txt,sha256=2eghu4hA3LnkM7ElW92tQ8zegWKgSbeo-k-aGe1YnvY,13
|
|
105
|
+
liger_kernel_nightly-0.6.2.dev20250921193116.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|