Chris Inskip

Results 4 comments of Chris Inskip

As a workaround, the `v4.22.1` release of `transformers` appears to work as expected. So if installing via pip: ``` pip install detoxify pip install transformers==4.22.1 ``` (Other versions between the...

@JovanVeljanoski - that's all the detail I could muster after a intense debugging session on a failing prod instance! 😅 Nice work on the more detailed follow-up 🙌

Thanks @iisakkirotko - revisiting this again since I'm looking into the what's changed between `v1.47.0` and `v1.49.0` I think including GitHub releases along with the version tags is worth considering,...

@havok2063 - agree, unfortunately it doesn't appear high on the team's priority list: #1047 To reiterate, GitHub Releases automatically provides a fairly sufficient changelog based on merged PRs between releases....