[misc] update liger-kernel's monkey patch (#7453)

* Update liger_kernel.py

* Update setup.py
This commit is contained in:
Xiaosu Zhu
2025-03-25 11:58:52 +08:00
committed by GitHub
parent 6d3748f727
commit 6b3b97c738
2 changed files with 2 additions and 35 deletions

View File

@@ -46,7 +46,7 @@ extra_require = {
"torch-npu": ["torch==2.4.0", "torch-npu==2.4.0.post2", "decorator"],
"metrics": ["nltk", "jieba", "rouge-chinese"],
"deepspeed": ["deepspeed>=0.10.0,<=0.16.4"],
"liger-kernel": ["liger-kernel"],
"liger-kernel": ["liger-kernel>=0.5.5"],
"bitsandbytes": ["bitsandbytes>=0.39.0"],
"hqq": ["hqq"],
"eetq": ["eetq"],