Justine Tunney

Results 533 comments of Justine Tunney

I've just merged #112 which lets you create llamafiles with a single simple command. Assuming you `make && sudo make install` the llamafile repo beforehand, then all you have to...

Can it at least run Rocket 3b? Since Rocket runs great for me on a similarly priced $60 raspberry pi 4.

You can fix that by adding a `.args` file to your llamafile. ``` cat >.args

Great suggestion. I agree that llamafile should have something like this. I'm also a fan of SQLite.

We don't store any data, and that would continue to be true if we implemented this feature, because everything would be stored locally. The data would be fully under the...

Please do not raise uncomfortable and/or sensitive subjects while engaging on this issue tracker. One of the stated goals of this project is to make sure users are in control...

It would have the same benefit that llamafile does. You wouldn't have to compile the software yourself.

I was able to build whisper.cpp using [cosmocc](https://justine.lol/cosmo3/) with very few modifications. ```diff diff --git a/Makefile b/Makefile index 93c89cd..b3a89d7 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ endif #...

@versae in your cosmocc toolchain just change `include/libc/math.h` to use the non-hex constants instead: ```c #define M_E 2.7182818284590452354 /* 𝑒 */ #define M_LOG2E 1.4426950408889634074 /* log₂𝑒 */ #define M_LOG10E 0.43429448190325182765...

If you've already discovered llamafile/llamafile.c then I'm not sure what other high level guidance I can offer you.