←back to thread

899 points georgehill | 1 comments | | HN request time: 0.221s | source
Show context
sva_ ◴[] No.36218756[source]
Really impressive work and I've asked this before, but is it really a good thing to have basically the whole library in a single 16k line file?
replies(3): >>36219310 #>>36220176 #>>36227321 #
regularfry ◴[] No.36219310[source]
It makes syncing between llama.cpp, whisper.cpp, and ggml itself quite straightforward.

I think the lesson here is that this setup has enabled some very high-speed project evolution or, at least, not got in its way. If that is surprising and you were expecting downsides, a) why; and b) where did they go?

replies(1): >>36221083 #
mhh__ ◴[] No.36221083[source]
https://git-scm.com/book/en/v2/Git-Tools-Submodules
replies(1): >>36224577 #
1. regularfry ◴[] No.36224577[source]
Or... `cp`. It's fine.