Skip to content

Commit cb93a4c

Browse files
authored
Update vectors_apply.py #553
1 parent df260be commit cb93a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vectors_apply.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def main(top_cfg: DictConfig):
1717
vector_applier.apply_vectors()
1818

1919
# You can customize your own inputs
20-
# datasets={'your_dataset_name':[{'input':'hello'},{'input':'how are you'}]}
20+
datasets={'your_dataset_name':[{'input':'hello'},{'input':'how are you'}]}
2121

2222
# Or use the datasets from config.yaml
23-
datasets = prepare_generation_datasets(top_cfg)
23+
# datasets = prepare_generation_datasets(top_cfg)
2424

2525
# Method 1: Use parameters from config.yaml
2626
vector_applier.generate(datasets)

0 commit comments

Comments
 (0)