drstats/Makefile

17 lines
362 B
Makefile
Raw Normal View History

2024-11-23 18:56:52 +00:00
all: build sync export_stats export_dataset
2024-11-23 18:56:52 +00:00
build:
2024-11-23 18:56:52 +00:00
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