liger-kernel-nightly 0.5.3.dev20250219232423__py3-none-any.whl → 0.5.3.dev20250220002340__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.dist-info}/METADATA +6 -1
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.dist-info}/RECORD +6 -6
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.dist-info}/LICENSE +0 -0
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.dist-info}/NOTICE +0 -0
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.dist-info}/WHEEL +0 -0
- {liger_kernel_nightly-0.5.3.dev20250219232423.dist-info → liger_kernel_nightly-0.5.3.dev20250220002340.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.
|
3
|
+
Version: 0.5.3.dev20250220002340
|
4
4
|
Summary: Efficient Triton kernels for LLM Training
|
5
5
|
License: BSD 2-CLAUSE LICENSE
|
6
6
|
Copyright 2024 LinkedIn Corporation
|
@@ -191,6 +191,11 @@ y = orpo_loss(lm_head.weight, x, target)
|
|
191
191
|
- `torch >= 2.5.0` Install according to the instruction in Pytorch official webpage.
|
192
192
|
- `triton >= 3.0.0` Install from pypi. (e.g. `pip install triton==3.0.0`)
|
193
193
|
|
194
|
+
```bash
|
195
|
+
# Need to pass the url when installing
|
196
|
+
pip install -e .[dev] --extra-index-url https://download.pytorch.org/whl/nightly/rocm6.2
|
197
|
+
```
|
198
|
+
|
194
199
|
### Optional Dependencies
|
195
200
|
|
196
201
|
- `transformers >= 4.x`: Required if you plan to use the transformers models patching APIs. The specific model you are working will dictate the minimum version of transformers.
|
@@ -63,9 +63,9 @@ liger_kernel/transformers/trainer/__init__.py,sha256=p7yQfklV8-467qSz_ZMimkbDF7H
|
|
63
63
|
liger_kernel/transformers/trainer/orpo_trainer.py,sha256=pdekW7l6Qg_aqa5SYKYlSWUF8m3lkOFvFLcIMEHrz9s,8338
|
64
64
|
liger_kernel/triton/__init__.py,sha256=qCiCamzCRv6lpV8IqpAc9YMdNKC7GKurClWceQPnlis,92
|
65
65
|
liger_kernel/triton/monkey_patch.py,sha256=Rd0hUHAzDkFfHvnX7-PBaNK5EKnZhtfM_h-fgQH9HPY,1568
|
66
|
-
liger_kernel_nightly-0.5.3.
|
67
|
-
liger_kernel_nightly-0.5.3.
|
68
|
-
liger_kernel_nightly-0.5.3.
|
69
|
-
liger_kernel_nightly-0.5.3.
|
70
|
-
liger_kernel_nightly-0.5.3.
|
71
|
-
liger_kernel_nightly-0.5.3.
|
66
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/LICENSE,sha256=OhzLDHJ0to4a8sodVLELZiCFylZ1NAAYLs-HrjPy0ag,1312
|
67
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/METADATA,sha256=Guxm_6nh3aN8eSxNm1tnmyulEb6dybDgd-CLr4AIRok,21766
|
68
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/NOTICE,sha256=njwnoPZLh9AN8SJQzxvCGLHi-8X__AvWRze6joNXIY8,2066
|
69
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
70
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/top_level.txt,sha256=2eghu4hA3LnkM7ElW92tQ8zegWKgSbeo-k-aGe1YnvY,13
|
71
|
+
liger_kernel_nightly-0.5.3.dev20250220002340.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|