Aydyn Tairov
Aydyn Tairov
Any news here? )) The feature is really needed. When I try use slices for this, it exports an image with the background. So, having an ability to export an...
@lildude I think we're good to go
> @abduld fyi > > Relevant blog post: https://justine.lol/mmap/ Epic story how they get it working in C++, I didn't know such a simple and obvious thing might be relevantly...
> Calling mmap through a function pointer (can't use `external_call` yet, AFAICT) seems to crash: https://gist.github.com/ihnorton/a49c8165f86489def9031583f3ed1b20 What a pity.. I was betting high on this
Hi @clebert , thanks for your comment. Do you mean `724 tok/s` achieved in single-threaded mode ? If so, it looks amazing ! I was thinking it somehow spin up...
@clebert do you know which Zig features contributed the most to the overall performance? Alignment, SIMD? According to the extensive benchmark other llama2 implementations fluctuate. That's why better run them...
Hey @clebert , I really appreciate you taking the time to improve `llama2.zig`, I think the ziglang community & maintainers might get valuable insights from it. Just curios , what...
I added the following indexes. It helps me to resolve some failures in logs. ``` javascript db.profiles.ensureIndex({collection: 1}); db.profiles.ensureIndex({collection: 1, op: 1}); db.profiles.ensureIndex({collection: 1, op: 1, skel: 1}); ```
Proper naming is really tricky for the language that supposed to be a "drop-in replacement for Python" . Let's see how it feels in other languages : *Cpp* ``` int...
> Also, most functions in Mojo have divided words, so every case which breaks from that looks strange I hope till stable release the Mojo team will stabilize API &...