Nick_

Results 5 comments of Nick_

> Serratus is a large and complex tool and the documentation is a work in progress. If you could explain more about what you're trying to do we'll be glad...

Extra info, when I first install Tensorflow==2.12.0 (it works on my another CPU platform) and then install bertax via `conda install -c fkretschmer bertax`, bertax runs fine on the CPU.

I encounter this problem also. fix: vim yourPath/python3.11/site-packages/sepp-4.5.1-py3.11.egg/sepp/alignment.py `from collections import Mapping` to `from collections.abc import Mapping`

> Hi @wangleiofficial @matkozak @atarashansky , my group made a wrapper for this that has full Huggingface integration and batching. You don't need the ESM package, other weights, and the...

> Yep, there's tests of the GitHub that show they function the same. You can even load from the ESM package by using from_pretrained_esm instead of from_pretrained. Happy PLMing! 😁...