Justine Tunney
Justine Tunney
This change introduces a llamafile_mixmul() API that allows tinyBLAS to speed up "Mixture of Expert" models. On my Threadripper, Mixtral's 8x7b F16 weights now process prompts 2x faster. I'm also...
Version 3.2 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the...
F0720 13:16:56.776080 28130 png.cc:35] Check failed: type == PNG_COLOR_TYPE_RGB || type == PNG_COLOR_TYPE_RGBA png bad type: ~/Pictures/skull2i.png skull2i.png: PNG image data, 600 x 467, 8-bit gray+alpha, non-interlaced
I took a jab at implementing this the other day, but I'm having trouble figuring out how to use the ffmpeg library in this manner. I'll give it another try...
Never got around to implementing it.
It'd be nice to determine the best way to handle the case where `sdp.Addr` is empty string. To the best of my knowledge, that shouldn't happen during parsing, and is...
Hello @Sean-Der, @1lann, @pion, @jaroszan, @stefankopieczek. I noticed you all published GitHub projects implementing telephony protocols in Go. I've worked on this library on and off for the past ten...
Let's say autotools creates a makefile with this rule: ``` smash_unittest-lol_test.o: src/lol_test.cc # blah blah ``` Because lol_test.cc is listed in `smash_unittest_SOURCES`. The problem is that disaster tries to make...
Why go to the trouble of installing a package through homebrew in order to customize `PS1`? What about Linux users? Consider instead maintaining a "binary" release file in your repository....
Nice `PS1` hack. This is definitely the fanciest one I've seen for git. So I want to help you improve it. My question is this: do blank lines appear in...