Skip to content

Commit efce59c

Browse files
Update README.md
1 parent faf2d36 commit efce59c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4949
python -m venv .venv && source .venv/bin/activate
5050
python -m pip install --upgrade pip
5151

52-
# minimal deps
52+
### minimal deps
5353
pip install numpy "jax[cpu]" dm-haiku
5454
pip 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)
5757
pip install git+https://github.com/google-deepmind/tracr.git
5858

5959

6060
Run 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/)
6363
python 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)
6666
python scripts/parity_check.py
6767

6868
Expected:

0 commit comments

Comments
 (0)