Viki

Results 3 comments of Viki

Same issues , fix it by using : ``` export QT_MAC_WANTS_LAYER=1 ``` https://github.com/leon-thomm/Ryven/issues/40#issuecomment-799384371

我也遇到了同样的问题,看上去感觉像是这个工程不继续维护了

meet same error , this because `offload_param` set to nvme , but `offload_optimizer` is cpu . that make the error flow . just see the code in `deepspeed/runtime/zero/stage3.py`: ```python def...