mirror of
https://github.com/huggingface/trl.git
synced 2025-10-20 18:43:52 +08:00
Bump liger-kernel to fix grad acc and more features (#2333)
Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com>
This commit is contained in:
2
setup.py
2
setup.py
@ -86,7 +86,7 @@ EXTRAS = {
|
||||
"deepspeed": ["deepspeed>=0.14.4; sys_platform != 'win32'"],
|
||||
"diffusers": ["diffusers>=0.18.0"],
|
||||
# liger-kernel depends on triton, which is only available on Linux https://github.com/triton-lang/triton#compatibility
|
||||
"liger": ["liger-kernel>=0.2.1; sys_platform != 'win32'"],
|
||||
"liger": ["liger-kernel>=0.4.0; sys_platform != 'win32'"],
|
||||
"llm_judge": ["openai>=1.23.2", "llm-blender>=0.0.2"],
|
||||
"peft": ["peft>=0.8.0"],
|
||||
"quantization": ["bitsandbytes"],
|
||||
|
Reference in New Issue
Block a user