Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.92 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.92 KB

Electron-BitNet

Running Microsoft's BitNet via Astro, React & Electron!

image

Functionality

  • Run Microsoft's official BitNet model in chat mode
  • Benchmark BitNet models
  • Calculate BitNet model perplexity
  • Switch between multiple languages

How to setup this application

Command Action
npm install Installs dependencies
npm run restart Starts local dev server at localhost:4321
npm run build:astro Builds the production site at ./dist/
npm run build:astro | npm run start Builds then runs the electorn app in dev mode.
npm run dist:windows-latest Builds the windows application.

Reference project: https://github.com/microsoft/BitNet


Note: At the moment only Windows is supported, Linux support may come in the future.


Prefer to use an installer? Check out the latest windows releases!