(no title)
paolop | 2 years ago
Re: "simplicity", sure for you and I it's simple to compile llama.cpp, but it's like asking a regular user to compile their applications themselves. It's not that simple for them, and should not be required if we want to make AI and OSS AI in particular more mainstream.
wokwokwok|2 years ago
Open terminal
curl -LO https://huggingface.co/jartine/llava-v1.5-7B-GGUF/resolve/ma...
chmod 755 …
./…
Open localhost:8080 in browser
To make this accessible to a broader cohort you would package it into an app and put it somewhere with provenance, eg. A well known GitHub account or App Store.
The solution, as shown, doesn’t solve either of the problems you’ve said are problems it attempts to solve.
It is a bad solution.
paolop|2 years ago