This commit is contained in:
parent
518b9534ba
commit
ee470de884
12
Makefile
12
Makefile
@ -1,14 +1,14 @@
|
|||||||
all: build clean sync_excempt export_dataset export_stats merge_images
|
all: build clean sync_excempt export_dataset export_stats merge_images
|
||||||
|
|
||||||
build:
|
build:
|
||||||
time pip install build
|
pip install build
|
||||||
time python -m build .
|
python -m build .
|
||||||
time pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
time dr.sync
|
dr.sync
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-@rm -r export
|
-@rm -r export
|
||||||
@ -20,12 +20,12 @@ sync_excempt:
|
|||||||
export_stats:
|
export_stats:
|
||||||
@echo "Make sure you have ran 'make sync' first. Results will be in ./export/"
|
@echo "Make sure you have ran 'make sync' first. Results will be in ./export/"
|
||||||
@echo "Exporting statisticts."
|
@echo "Exporting statisticts."
|
||||||
time dr.stats_all
|
dr.stats_all
|
||||||
|
|
||||||
export_dataset:
|
export_dataset:
|
||||||
@echo "Make sure you have ran 'make sync' first."
|
@echo "Make sure you have ran 'make sync' first."
|
||||||
@echo "Exporting dataset to be used for LLM embedding. Result will be ./export/0_dataset.txt"
|
@echo "Exporting dataset to be used for LLM embedding. Result will be ./export/0_dataset.txt"
|
||||||
time dr.dataset > export/dataset.txt
|
dr.dataset > export/dataset.txt
|
||||||
|
|
||||||
merge_images:
|
merge_images:
|
||||||
@echo "Merging images to one big image. Result will be ./export/1_graphs_compliation.png."
|
@echo "Merging images to one big image. Result will be ./export/1_graphs_compliation.png."
|
||||||
|
Loading…
Reference in New Issue
Block a user