Skip to content

Commit 9b7499e

Browse files
style: rename generate.py to run.py
1 parent 07fc078 commit 9b7499e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/aggregated_config.yaml \
33
--output_dir cache/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/atomic_config.yaml \
33
--output_dir cache/

scripts/generate/generate_cot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/cot_config.yaml \
33
--output_dir cache/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/multi_hop_config.yaml \
33
--output_dir cache/

scripts/generate/generate_vqa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/vqa_config.yaml \
33
--output_dir cache/

0 commit comments

Comments
 (0)