bitnet

Tag

Cards List
#bitnet

Autoregressive Language Model on the 6502 Processor

Hacker News Top · 2026-07-31 Cached

A developer trained a tiny Mamba-based autoregressive language model and built an inference engine to run it on the 6502 processor inside a BBC Micro, demonstrating modern machine learning on 1975 hardware with only 25KB of user memory.

0 favorites 0 likes
#bitnet

Spent two weeks on a kernel that benchmarked 29x faster. End to end it's maybe 6-10%, and it's not even wired in yet.

Reddit r/LocalLLaMA · 2026-07-24

The author optimized a matmul kernel for BitNet's ternary models on CPU, achieving 29x speedup in isolation, but found that the model is memory-bound, resulting in only 6-10% end-to-end gain. The inference engine is available as open-source.

0 favorites 0 likes
#bitnet

Built a from-scratch BitNet inference engine in pure C — 1.8× faster than bitnet.cpp on Xeon (36 tok/s), zero dependencies [BitNet & Bonsai CPU testers wanted]

Reddit r/LocalLLaMA · 2026-07-22

Project Zero is a from-scratch C99 LLM inference engine that runs BitNet and Qwen Bonsai-27B on CPU with zero dependencies, achieving 1.8× speedup over bitnet.cpp on Xeon. The project seeks community benchmarks for both models.

0 favorites 0 likes
#bitnet

@QuixiAI: @MicrosoftAI never published a BitNet trainer. I fixed that bug. https://github.com/QuixiAI/bitnet trained my own BitNe…

X AI KOLs Following · 2026-07-15 Cached

A user released a BitNet trainer that Microsoft never published, along with custom kernels for training and inference, while also highlighting Microsoft's bitnet.cpp inference framework for fast 1-bit LLM inference on CPUs and GPUs.

0 favorites 0 likes
#bitnet

Bitnet again?

Reddit r/LocalLLaMA · 2026-07-15

Microsoft has released a new embedding model called bitnet-embedding-0.6b on HuggingFace, but the model card is missing.

0 favorites 0 likes
#bitnet

How to pack ternary numbers in 8-bit bytes

Hacker News Top · 2026-07-14 Cached

A blog post describing an efficient method to pack ternary numbers into 8-bit bytes using SIMD-friendly unpacking, achieving 1.6 bits per trit, with applications in LLM weight quantization like BitNet b1.58.

0 favorites 0 likes
#bitnet

BitNet Text Embeddings

arXiv cs.CL · 2026-06-25 Cached

This paper introduces BitEmbed, an extreme low-bit framework for LLM-based text embeddings that converts pretrained LLM backbones into BitNet-style encoders with ternary weights and quantized activations. It achieves comparable performance to full-precision models while significantly reducing encoding and storage costs.

0 favorites 0 likes
#bitnet

@Oluwaphilemon1: Claude Fable 5 is dead and GPT-5.6 delaying launch… Microsoft has changed the game They've open-sourced bitnet.cpp, a 1…

X AI KOLs Timeline · 2026-06-22 Cached

Microsoft open-sourced bitnet.cpp, a 1-bit LLM inference framework that enables running 100B parameter models on local CPUs without GPUs, achieving 6.17x faster inference and 82.2% less energy consumption.

0 favorites 0 likes
#bitnet

Was BitNet a dead end? What happened to ternary LLMs?

Reddit r/LocalLLaMA · 2026-06-08

The article questions why ternary language models like BitNet have not scaled beyond 2B parameters, given their initial promise, and discusses the apparent lack of progress from open-weight AI labs.

0 favorites 0 likes
#bitnet

Why is there no community project for training your own LLM from scratch on consumer hardware?

Reddit r/LocalLLaMA · 2026-05-28

A discussion on the lack of a community project for training LLMs from scratch on consumer hardware (8GB VRAM) using modern techniques like BitNet and Muon, proposing a collaborative effort to build one.

1 favorites 1 likes
#bitnet

NEW BITNET MODELS!

Reddit r/LocalLLaMA · 2026-05-18

New BitCPM4-CANN models (1B, 3B, 8B) from OpenBMB released on Hugging Face; awaiting llamacpp support for testing.

0 favorites 0 likes
#bitnet

Bitnet.cpp: Efficient Edge Inference for Ternary LLMs

Papers with Code Trending · 2025-02-17 Cached

Bitnet.cpp presents a mixed-precision matrix multiplication library for efficient edge inference of ternary LLMs like BitNet b1.58, achieving up to 6.25x speedup over full-precision baselines. The system is open-sourced on GitHub.

0 favorites 0 likes
← Back to home

Submit Feedback