liger-kernel-nightly 0.5.2.dev20250124015310__py3-none-any.whl → 0.5.2.dev20250129180649__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.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.dist-info}/METADATA +5 -5
- {liger_kernel_nightly-0.5.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.dist-info}/RECORD +6 -6
- {liger_kernel_nightly-0.5.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.dist-info}/LICENSE +0 -0
- {liger_kernel_nightly-0.5.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.dist-info}/NOTICE +0 -0
- {liger_kernel_nightly-0.5.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.dist-info}/WHEEL +0 -0
- {liger_kernel_nightly-0.5.2.dev20250124015310.dist-info → liger_kernel_nightly-0.5.2.dev20250129180649.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.2.
|
3
|
+
Version: 0.5.2.dev20250129180649
|
4
4
|
Summary: Efficient Triton kernels for LLM Training
|
5
5
|
License: BSD 2-CLAUSE LICENSE
|
6
6
|
Copyright 2024 LinkedIn Corporation
|
@@ -262,7 +262,7 @@ model = transformers.AutoModelForCausalLM("path/to/llama/model")
|
|
262
262
|
|
263
263
|
### 3. Compose Your Own Model
|
264
264
|
|
265
|
-
You can take individual [kernels](#kernels) to compose your models.
|
265
|
+
You can take individual [kernels](https://github.com/linkedin/Liger-Kernel?tab=readme-ov-file#model-kernels) to compose your models.
|
266
266
|
|
267
267
|
```python
|
268
268
|
from liger_kernel.transformers import LigerFusedLinearCrossEntropyLoss
|
@@ -350,9 +350,9 @@ loss.backward()
|
|
350
350
|
|
351
351
|
## Contributing, Acknowledgements, and License
|
352
352
|
|
353
|
-
- [Contributing Guidelines](https://github.com/linkedin/Liger-Kernel/blob/main/docs/
|
354
|
-
- [Acknowledgements](https://github.com/linkedin/Liger-Kernel/blob/main/docs/
|
355
|
-
- [License Information](https://github.com/linkedin/Liger-Kernel/blob/main/docs/
|
353
|
+
- [Contributing Guidelines](https://github.com/linkedin/Liger-Kernel/blob/main/docs/contributing.md)
|
354
|
+
- [Acknowledgements](https://github.com/linkedin/Liger-Kernel/blob/main/docs/acknowledgement.md)
|
355
|
+
- [License Information](https://github.com/linkedin/Liger-Kernel/blob/main/docs/license.md)
|
356
356
|
|
357
357
|
## Sponsorship and Collaboration
|
358
358
|
|
@@ -60,9 +60,9 @@ liger_kernel/transformers/trainer/__init__.py,sha256=p7yQfklV8-467qSz_ZMimkbDF7H
|
|
60
60
|
liger_kernel/transformers/trainer/orpo_trainer.py,sha256=pdekW7l6Qg_aqa5SYKYlSWUF8m3lkOFvFLcIMEHrz9s,8338
|
61
61
|
liger_kernel/triton/__init__.py,sha256=qCiCamzCRv6lpV8IqpAc9YMdNKC7GKurClWceQPnlis,92
|
62
62
|
liger_kernel/triton/monkey_patch.py,sha256=Rd0hUHAzDkFfHvnX7-PBaNK5EKnZhtfM_h-fgQH9HPY,1568
|
63
|
-
liger_kernel_nightly-0.5.2.
|
64
|
-
liger_kernel_nightly-0.5.2.
|
65
|
-
liger_kernel_nightly-0.5.2.
|
66
|
-
liger_kernel_nightly-0.5.2.
|
67
|
-
liger_kernel_nightly-0.5.2.
|
68
|
-
liger_kernel_nightly-0.5.2.
|
63
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/LICENSE,sha256=OhzLDHJ0to4a8sodVLELZiCFylZ1NAAYLs-HrjPy0ag,1312
|
64
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/METADATA,sha256=y8bEc4aqttEcbNGvLdV0DhQXENQHAIrx27g--_G9blM,21205
|
65
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/NOTICE,sha256=njwnoPZLh9AN8SJQzxvCGLHi-8X__AvWRze6joNXIY8,2066
|
66
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
67
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/top_level.txt,sha256=2eghu4hA3LnkM7ElW92tQ8zegWKgSbeo-k-aGe1YnvY,13
|
68
|
+
liger_kernel_nightly-0.5.2.dev20250129180649.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|