| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Interactive tutorial notebooks for OneComp.
For Google Colab setup and a walkthrough of each section, see the Tutorial Notebook guide in the documentation.
| Notebook | Description |
|---|---|
| 01_tutorial.ipynb | Hands-on tour: 4-bit RTN visualization, Runner.auto_run, and vLLM chat inference |
This directory has its own uv project that installs OneComp from the repository root in editable mode.
cd notebook
uv sync
uv run jupyter labOpen 01_tutorial.ipynb and run the cells from top to bottom.
For the vLLM section (section 4), install the vLLM extra:
!pip install -q "onecomp[cu130,vllm]" matplotlibThe tutorial uses TinyLlama/TinyLlama-1.1B-Chat-v1.0 so it runs comfortably on a Colab T4 without a Hugging Face login.
| Back | FazBrowse Home | New Git URL |