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
I happened to come across the news that the failure crate is being deprecated, and was aware this library is used by rust-bert: see rust-lang-deprecated/failure#347
This probably isn't a priority, but something you might want to be aware of at least.
The text was updated successfully, but these errors were encountered:
I agree and have seen the news too. For now rust-bert relies on tch-rs which still uses Failure. I am keeping the dependency for a similar "feel" between the two libraries. I would recommend raising it to the tch-rs author. If required the Failure crate is only lightly used and replacing the Faillible<()> by Result<T, Err> should not require too much effort.
I happened to come across the news that the failure crate is being deprecated, and was aware this library is used by rust-bert: see rust-lang-deprecated/failure#347
This probably isn't a priority, but something you might want to be aware of at least.
The text was updated successfully, but these errors were encountered: