Open access for next 5 hours (8GiB model, running on RTX 3090) or until server crashes or the this spot instance gets taken away :) => https://ofo1j9j6qh20a8-80.proxy.runpod.net ./build/bin/llama-server \ -m ../Bonsai-8B.gguf \ -ngl 999 \ --flash-attn on \ --host 0.0.0.0 \ --port 80 \ --ctx-size 65500 \ --batch-size 512 \ --ubatch-size 512 \ --parallel 5 \ --cont-batching \ --threads 8 \ --threads-batch 8 \ --cache-t…
Better keep the KV cache in full precision
Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
101–110 of 181 posts
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#102Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#103I’m really curious how this scales up. Bonsai delivers an 8B model in 1.15 GB. How large would a 27B or 35B model be? Would it still retain the accuracy of those large models? If the scaling holds, we could see 100+B models in 64 GB of RAM.
Also depends on how expensive training these models is. It's probably at least as expensive as full precision models, otherwise they would have mentioned it.
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#104Open access for next 5 hours (8GiB model, running on RTX 3090) or until server crashes or the this spot instance gets taken away :) => https://ofo1j9j6qh20a8-80.proxy.runpod.net ./build/bin/llama-server \ -m ../Bonsai-8B.gguf \ -ngl 999 \ --flash-attn on \ --host 0.0.0.0 \ --port 80 \ --ctx-size 65500 \ --batch-size 512 \ --ubatch-size 512 \ --parallel 5 \ --cont-batching \ --threads 8 \ --threads-batch 8 \ --cache-t…
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#105Earlier quoted context omitted.
Also depends on how expensive training these models is. It's probably at least as expensive as full precision models, otherwise they would have mentioned it.
My guess is the training process is their secret sauce...
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#106Ran this prompt: Share an interesting scientific discovery or historical fact that most people don't know about. Please explain why it's significant and its impact on our understanding. Got this nonsense answer: Interesting Scientific Discovery: The Discovery of the "Boson" in 1924 by Charles K. Alton ("Chuck") Alton What it is: In 1924, American physicist Charles K. Alton discovered the "boson", a particle that woul…
Either we will be expecting the models to compress whole wikipedia and stale on the size reduction, or focus on the reasoning capabilities. My intuition is that by forcing models to remember everything we are wasting parameter space which can be allocated for more abstract thinking.
Rather than learn about President Lincoln, the model can learn to look that info up with a search tool and use it to get better answers.
Just like a human does. I don't learn what 76x35 is... I learn that a calculator can give me that answer so I don't need to memorize it.
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#107Very cool and works pretty well!
I'm fascinated by these smaller models. The amount of progress they've been making is incredible. Is anyone following this space more closely? Is anyone predicting performance at certain parameter sizes will plateau soon? Unlike the frontier models, these don't seem to be showing much progress of slowing down.
I strongly think smaller models will end up being able to do most coding tasks in the future, once they are reigned in properly
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#108What would be a good TTS to run with this?
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#109I can’t see how this is possible. You’re losing so much information.
I always remind myself and everyone else that human DNA is "only" 1.6 GB of data, and yet it encodes all of the complex systems of the human body including the brain, and can replicate itself. Our intuitive feel of how much stuff can be packed into how many bits are probably way off from the true limits of physics.
Second, what's even more crazy is that roughly 98% of that DNA is actually non-coding.. just junk.
So, we are talking about encoding entirety of the logic to construct a human body in just around 16MB of data!!!
That's some crazy levels of recursive compression.. maybe it's embedding "varying" parsing logic, mixed with data, along the chain.