add make sbs

This commit is contained in:
Fam Zheng 2025-11-23 18:54:40 +00:00
parent 6af6ec6ed4
commit aea7276ad4

View File

@ -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