-
-
Notifications
You must be signed in to change notification settings - Fork 840
Percentile Clipping causes FutureWarning #1713
Copy link
Copy link
Closed
Labels
Contributions WelcomeWe welcome contributions to fix this issue!We welcome contributions to fix this issue!DocumentationImprovements or additions to documentationImprovements or additions to documentationOptimizersIssues or feature requests relating to optimizersIssues or feature requests relating to optimizers
Milestone
Metadata
Metadata
Assignees
Labels
Contributions WelcomeWe welcome contributions to fix this issue!We welcome contributions to fix this issue!DocumentationImprovements or additions to documentationImprovements or additions to documentationOptimizersIssues or feature requests relating to optimizersIssues or feature requests relating to optimizers
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?