Live data from Hacker News

LLama.cpp now has a web interface

github.com

51–54 of 54 posts

Re: LLama.cpp now has a web interface

#51

I'm always wondering about the, I don't even know what to call this, etiquette? of proposing PR's to projects like these that add a feature or a demo or whatnot to the main branch of a very focused project by adding something that is very different in interface, language, set and setting etc. So in this case, Tobi made this awesome little web interface that uses minimal HTML and JS as to stay in line with llama.cpp's…

My view is you get so many people blatantly ripping off your code to try and pass it off as their own that you actually appreciate when you come across someone doing something novel or interesting that users like. That was my view anyway.

Re: LLama.cpp now has a web interface

#52

I'm wondering whether the rendering of markdown through a regex that only deals with H3, strong, em and code is enough, since this implementation specifically seems to ask the bot to reply with markdown?[0] Other than that, it's cool to see this web interface happen. It's little things like this that make new tools easier to grasp for less technical users. I believe that people are more likely to go through the hurdl…

I had an entire implementation that used a proper state machine but I couldn’t get it simple and small enough for this single file thing. The regexp chain is dumb but clear.

Re: LLama.cpp now has a web interface

#53

I'm always wondering about the, I don't even know what to call this, etiquette? of proposing PR's to projects like these that add a feature or a demo or whatnot to the main branch of a very focused project by adding something that is very different in interface, language, set and setting etc. So in this case, Tobi made this awesome little web interface that uses minimal HTML and JS as to stay in line with llama.cpp's…

Well that's why you open an issue first, an RFC. Get some discussion going, if everyone's happy, then you proceed.

Re: LLama.cpp now has a web interface

#54
post #18

Earlier quoted context omitted.

A billionare co-founder at that!

actually did tobi even have any other cofounders? i just realized i only ever hear about him and harvey finkelstein edit: google says scott lake was actually the founding CEO. TIL! https://www.linkedin.com/mwlite/profile/in/scottlake?origina...

There was 3 cofounders. Scott Lake left relatively early but Daniel Weinand (designer) stayed on for a while.
Post reply on HN