Backup before formatting

This commit is contained in:
2024-11-23 19:56:52 +01:00
parent 9084ab596d
commit 6a1233fc5c
16 changed files with 157 additions and 59 deletions
+14 -4
View File
@@ -1,6 +1,16 @@
all: build
all: build sync export_stats export_dataset
build:
pip install build
python -m build .
pip install -e .
time pip install build
time python -m build .
time pip install -e .
sync:
@echo "Synchronizing with devrant.com."
time dr.sync
export_stats:
@echo "Exporting statisticts."
time dr.stats_all
export_dataset:
@echo "Exporting dataset to be used for LLM embedding."
time dr.dataset > export/dataset.txt