iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.49k stars 259 forks source link

How did it become popular? #20

Open drforse opened 1 month ago

drforse commented 1 month ago

!Warning! Even if you pass incognite=true, it still uses groq for text files! actually incognito flag is not used at all, it just uses groq for text files and llama for image files..

Shit code, a lot of bugs, obvisouly made out of fun, even after an hour of work to make it actually work, the results are meaningless, a lot of folders, makes much more sense to do it by hand.

The sample_data folder categorizations results are below (some of the files didn't show up here for some reason, but I decided that it's not worth my time to continue trying fixing bugs, so whatever) image

mberman84 commented 1 month ago

It's super interesting and I got it to almost work once, but I can't get it to run a second time.

drforse commented 1 month ago

I made a rewrite (not a fork!) for for llama-fs out of fun, it's aiming to fix some problems I faced trying to toy with llama-fs here. Still useless though, and it's only in demo mode for now. https://github.com/drforse/not-llama-fs

areibman commented 1 month ago

I made a rewrite (not a fork!) for for llama-fs out of fun, it's aiming to fix some problems I faced trying to toy with llama-fs here. Still useless though, and it's only in demo mode for now. https://github.com/drforse/not-llama-fs

Nice!

Sorry-- this was a hackathon project (it works on my machine) and we really didn't plan on it blowing up like it did 😅

Really great job