dmitrymailk

Results 4 comments of dmitrymailk

pixi.js - v4.8.9 I had same issue. I'd solved it just add Before `var instance3 = new lib.Symbol_1().setMask(instance2);` After `var instance3 = new lib.Symbol_1().setMask(instance2.children[0]);` instance2 hasn't instance instance2.children[0] has instance...

hi @SpirinEgor I didn't fix that and I just switched to vanilla deepspeed trainer. It's much more stable and simple.

Same. How I can find source code of this library? I want to write custom quantization pipeline for encoder-decoder models like T5.

> To set the docker project and container names I currently use: > > * an `.env` file in the project's root folder with `COMPOSE_PROJECT_NAME=my-project` (see [documentation](https://code.visualstudio.com/remote/advancedcontainers/set-docker-compose-project-name)) > * optional:...