Updated venv paths
This commit is contained in:
parent
431337cdd9
commit
a933009b66
8
Makefile
8
Makefile
@ -8,7 +8,7 @@ build:
|
|||||||
|
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
dr.sync
|
./venv/bin/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."
|
||||||
dr.stats_all
|
./venv/bin/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"
|
||||||
dr.dataset > export/0_dataset.txt
|
./venv/bin/dr.dataset > export/0_dataset.txt
|
||||||
|
|
||||||
export_statistics:
|
export_statistics:
|
||||||
@echo "Exporting statisticts. Result will be ./export/2_statistics.txt"
|
@echo "Exporting statisticts. Result will be ./export/2_statistics.txt"
|
||||||
@ -41,6 +41,6 @@ export_mentions:
|
|||||||
|
|
||||||
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."
|
||||||
python merge_images.py
|
./venv/bin/python merge_images.py
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user