Vitalik Gordon

Results 43 comments of Vitalik Gordon

> May I know your hardware that you used for finetuning? 8× A100 I adapted the train scripts from the `chat` folder — this one doesn't use LoRA and eats...

I believe as it's a decoder-only architecture, you can't encode with it? But correct me if I'm wrong.

This is fine, as the progress bar displays the number of steps — and in your code, there is a fixed value for the number of steps. One step utilizes...

Also, you need to run your script using `accelerate` or `torchrun` to utilize multiple GPUs. Otherwise it would use just one GPU.

Really looking forward to getting Starcoder support!

Please add it to the specification, as it seemingly blocks from implementing `new DecompressionStream("zstd")` in browsers: https://issues.chromium.org/issues/348499728

Yeah, we plan to add support for many more languages, as this is the ultimate goal of the project!

@benediamond I would really like to see it ported to Python (as we use Python in @ccxt), but I think it would not be easy, as a lot of stuff...

Yeah, looks-like it is not IE11-ready. I'll try to tune the build scripts on the weekend. But in the meantime you could try to relax your webpack config where you...

@aksperiod Could you please check if replacing `const` with `var` solves the problem (just replace it with search-and-replace right in the bundle)? Because it could be more than just `const`,...