Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,10 @@ filterwarnings = [
# Tracking issue: https://github.com/huggingface/trl/issues/6435
# Upstream fix (merged, unreleased as of liger-kernel 0.8.0): https://github.com/linkedin/Liger-Kernel/pull/1274
"ignore:Error detected in IndexPutBackward0:UserWarning",

# bitsandbytes calls the deprecated torch._check_is_size in its CUDA quant ops (upstream, not actionable in TRL)
# Triggered indirectly by loading bitsandbytes-quantized models in the PEFT + quantization tests
# Tracking issue: https://github.com/huggingface/trl/issues/6447
# Upstream fix (merged, unreleased as of bitsandbytes 0.49.2): https://github.com/bitsandbytes-foundation/bitsandbytes/pull/1940
"ignore:_check_is_size will be removed in a future PyTorch release:FutureWarning",
]
Loading