Pierre
Pierre
What's the status on this?
Adding my use case: I need to render certain musical symbols, and a common way of doing this is by utilizing a font that automatically renders symbols based on special...
I'm working on a large dense-vector embedding database (about 2 million data points from books), which is currently using OpenAI's Ada embeddings (~1600 dimensions). I can do a comparison of...
Damn. The Rust Evangelism Strike Force got you.
Kotlin is now available: https://github.blog/changelog/2022-11-28-codeql-code-scanning-launches-kotlin-analysis-support-beta/
There's an RLHF harness here: https://github.com/nebuly-ai/nebullvm/tree/main/apps/accelerate/chatllama Instruction fine tuning should also be pretty easy.
Just in case someone's going to ask for MPS (M1/2 GPU support): the code uses `view_as_complex`, which is neither supported, nor does it have any PYTORCH_ENABLE_MPS_FALLBACK due to memory sharing...
> How hard would it be to add a mode where it could stay running and be ready to accept more text piped to standard input? Would be awesome, because...
Throwing this in here, too: > Duktape can potentially be used as a lightweight runtime. Or bellard's [QuickJS](https://bellard.org/quickjs/bench.html), which is almost twice as fast as Duktape even after a recent...
No need to devolve into JS bashing. FWIW I agree that in general, I like programs to be self-contained, but I can also understand that this is the lowest of...