File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,24 +45,24 @@ This repo compiles a simple **RASP** program (computes majority of a binary sequ
4545
4646## Quickstart
4747
48- # (recommended) Python 3.11 in a virtualenv
48+ ### (recommended) Python 3.11 in a virtualenv
4949python -m venv .venv && source .venv/bin/activate
5050python -m pip install --upgrade pip
5151
52- # minimal deps
52+ ### minimal deps
5353pip install numpy "jax[ cpu] " dm-haiku
5454pip install --index-url https://download.pytorch.org/whl/cpu torch
5555
56- # install Tracr (via pip, or vendor it under external/Tracr)
56+ ### install Tracr (via pip, or vendor it under external/Tracr)
5757pip install git+https://github.com/google-deepmind/tracr.git
5858
5959
6060Run the pipeline:
6161
62- # 1) Compile RASP → Tracr, save activations, export params (to artifacts/)
62+ ### 1) Compile RASP → Tracr, save activations, export params (to artifacts/)
6363python scripts/compile_export.py
6464
65- # 2) Verify PyTorch parity (discovers BOS/0/1/PAD mapping & saves it)
65+ ### 2) Verify PyTorch parity (discovers BOS/0/1/PAD mapping & saves it)
6666python scripts/parity_check.py
6767
6868Expected:
You can’t perform that action at this time.
0 commit comments