Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m96-chan/0xBitNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: m96-chan/0xBitNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 20, 2026

  1. Add Node.js CLI example using Dawn WebGPU bindings

    New examples/node-cli workspace that runs BitNet from the terminal via
    the `webgpu` npm package. Includes interactive chat, streaming output,
    tok/s metrics, and --url/--max-tokens/--temperature flags.
    
    Updated README, getting-started, and api-reference docs to cover
    Node.js usage with device injection.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    m96-chan and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    801ec71 View commit details
    Browse the repository at this point in the history
  2. Release v0.2.0 — Node.js WebGPU support

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    m96-chan and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    81d2252 View commit details
    Browse the repository at this point in the history
Loading