You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all our models are trained with full precision so reducing the precision only at inference time could be unsafe. However, it should be possible and the torch docs on quantization should be helpful.
We are planning to look more into a mobile version of Detoxify in the future, and of course, contributions are welcome!
Is there anyway I can load the weights and "quantize" to reduce the size so I can run with pytorch mobile client side?
The text was updated successfully, but these errors were encountered: