Releases: linkedin/Liger-Kernel
Releases · linkedin/Liger-Kernel
v0.1.1: Add readme on pypi
What's Changed
- Fix unwanted scale/bias while testing and simplify _test_memory function by @shivam15s in #50
- Update README by @JacobHelwig in #44
- Added metadata for PyPI and bumped version by @shimizust in #52
- Replace model / data with public HF path, update readme by @JasonZhu1313 in #53
New Contributors
- @JacobHelwig made their first contribution in #44
Full Changelog: v0.1.0...v0.1.1
v0.1.0: First Public Release
What's Changed
- Update PR template and contribution guide by @lancerts in #20
- Add GeGLU and updage readme by @yundai424 in #3
- Added CI workflow with checkstyle job by @shimizust in #27
- Create bug_report.yaml and feature_request.yaml by @lancerts in #29
- Update feature_request.yaml and bug_report.yaml by @lancerts in #30
- update gif by @zain-merchant in #31
- Add lightning trainer and HF trainer fine-tuning example by @yundai424 in #17
- use correct fsdp act ckpt & redo benchmark by @ByronHsu in #32
- Update README.md by @ByronHsu in #33
- Update README.md with Kernel descriptions by @qingquansong in #34
- remove mfu and non used methods by @zain-merchant in #35
- Byhsu/readme 3 by @ByronHsu in #37
- Zain/singletest by @zain-merchant in #38
- Add deepspeed to lightning example by @yundai424 in #36
- Update README.md by @lancerts in #39
- improve rms norm code quality by @ByronHsu in #43
- Refactored convergence tests to be portable by @shimizust in #41
- Added more generic monkey patch function by @shimizust in #42
- Remove override dependency by @shivam15s in #45
- Changed pointer variable names for clarity for SwiGLU by @zain-merchant in #46
- Update CONTRIBUTING.md by @lancerts in #47
- Release version 0.1.0 by @shimizust in #49
New Contributors
- @shimizust made their first contribution in #27
- @shivam15s made their first contribution in #45
Full Changelog: v0.0.1...v0.1.0
v0.0.1 pre release
What's Changed
- Update Readme.md by @lancerts in #1
- Update Readme.md by @lancerts in #8
- Added requirements from licensing team including notice and contributing by @zain-merchant in #5
- Test GitHub PR setting by @ByronHsu in #12
- Update README.md with bib cite by @qingquansong in #13
- Create pull_request_template.md by @lancerts in #9
- Update README.md bib by @qingquansong in #15
- Update pull_request_template.md by @lancerts in #14
- Updated readme gif by @zain-merchant in #18
- make fused linear+CE default for llama by @yundai424 in #22
- create rms norm tensor at input.device instead of device 0 by @ByronHsu in #21
- Add medusa patching code and example job with memory efficient Liger Kernel by @JasonZhu1313 in #11
- forward compatibility with triton 3.0.0 for tanh by @yundai424 in #24
- ignore e203 in flake8 to resolve black conflict by @ByronHsu in #25
- src directory polishing by @ByronHsu in #23
- Polish test/ and others by @ByronHsu in #26
New Contributors
- @lancerts made their first contribution in #1
- @zain-merchant made their first contribution in #5
- @qingquansong made their first contribution in #13
- @yundai424 made their first contribution in #22
- @JasonZhu1313 made their first contribution in #11
Full Changelog: 0.0.2...v0.0.1