Max Campbell
Max Campbell
Just made a PR: #2536
I was able to fix this by using `accelerate launch --num-processes=8 myscript.py` todo multi gpu training instead of the built-in huggingface implementation.
@eunos-1128 Yep, happy to be maintainer.
@eunos-1128 Happy to be added as a maintainer and to answer any questions. FYI, I just released v0.7.0 of RustSASA.
No problem and no rush. I don't think there is anything in particular that needs to be reviewed; the addition is pretty small.
Added tests for ParsingLevel.
Also having this issue. Doing PGO without cargo pgo did not help. I tried a bunch of other things, but nothing worked. Would love to have a solution to this...
Just tried this. Ensuring matching clang and rust LLVM versions does not fix the issue: Github Actions Clang & Rust LLVM versions: ``` bash-3.2$ rustc -vV rustc 1.86.0 (05f9846f8 2025-03-31)...