From aea7276ad4da37846ef36b194b1610349a0757e6 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 23 Nov 2025 18:54:40 +0000 Subject: [PATCH] add make sbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19f5334..197eef2 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ fetch: FORCE fetch-quick: FORCE cd emblem5 && ./ai/fetch-scans.py --data-dir $(DATA_DIR) --sample-rate 0.01 -sbs-quick: FORCE +sbs: FORCE cd emblem5 && ./ai/make-sbs.py --data-dir $(DATA_DIR) train-quick: FORCE