Create Xaode2 and add initializer factor in predict

This commit is contained in:
2025-03-03 12:38:05 +01:00
parent 9a8b960ce8
commit b2002d341c
4 changed files with 468 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ setup: ## Install dependencies for tests and coverage
fi
dest ?= ${HOME}/bin
main: ## Build the main target
main: ## Build only the b_main target
@cmake --build $(f_release) -t b_main --parallel
@cp $(f_release)/src/b_main $(dest)