He Li
He Li
@jomayeri Just encountered this problem. I use CPU offloading, and here is my deepspeed config: ```json "zero_optimization": { "stage": 3, "offload_param": { "device": "cpu", "pin_memory": true }, "offload_optimizer": { "device":...
I found a workaround. Just manually patching your `runtime/zero/stage3.py` according to [PR 5461](https://github.com/microsoft/DeepSpeed/pull/5461) will fix everything.
> so using the latest deepspeed built from source works? You don't hit any issues with Zero stage 3? @loadams I directly modified the source in my deepspeed 0.14.2 installation,...
下一个版本将换用`trauma`
下一个版本会修复,printpdf在合成的时候会将全部内容存到内存里,然后就炸了
改用新的PDF处理库 [scannedpdf](https://github.com/lihe07/scannedpdf)
下一个版本会修复(抱歉鸽了好久)
Hi! If nobody is currently working on this issue, I can work on it.
I am able to get rid of all path and dependencies information by adding `trim-paths = "all"` to `[profile.release]`. Now the official RFC doc mentioned [this option](https://rust-lang.github.io/rfcs/3127-trim-paths.html).
大佬有考虑做AUR吗?