I’m trying to update the LibreTranslate package in NixOS and see that this package now depends on a fork of argos-translate (argos-translate-lt). Is this a long-term fork or a temporary fork? I’d rather not keep multiple versions around.
It’s temporary. The two are virtually the same. There’s just a fix for Do not set compute type by pierotofy · Pull Request #511 · argosopentech/argos-translate · GitHub merged and I’ve removed the dependency on torch (and stanza) in the fork, in order to make LibreTranslate lighter to download (and fix installation issues that plague torch).
1 Like
Thanks! In that case, I’ll keep the dependency on the upstream argostranslate (for the moment).