When percentile clipping is set to a value below 100 it triggers a future warning as the underlying method used to calculate the clipping values has been marked as deprecated:
|
@deprecated("This function is deprecated and will be removed in a future release.", category=FutureWarning) |
May I ask why this is? Is percentile clipping itself slated for removal?
When percentile clipping is set to a value below 100 it triggers a future warning as the underlying method used to calculate the clipping values has been marked as deprecated:
bitsandbytes/bitsandbytes/functional.py
Line 1395 in 14147f6
May I ask why this is? Is percentile clipping itself slated for removal?