Spaces:
Running
Running
A newer version of the Streamlit SDK is available:
1.55.0
metadata
title: BitNet CPU Assistant
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.53.1
app_file: app.py
pinned: false
🧠 BitNet CPU Assistant
Run Microsoft's 1-bit LLMs at lightning speeds on standard CPUs.
Features
- 1-bit Inference: Powered by
bitnet.cppfor maximum efficiency. - CPU Optimized: No GPU required, perfect for free-tier hosting.
- Low Memory: 3B models run in under 4GB of RAM.
Deployment Instructions
- Create a new Streamlit Space on Hugging Face.
- Upload all files from this directory.
- The Space will automatically install dependencies from
packages.txtandrequirements.txt. - The first run will compile the BitNet kernels (approx 3-5 mins).
Local Development
pip install -r requirements.txt
streamlit run app.py