Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Chen committed Jun 3, 2024
1 parent ceb9bbc commit 08376ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_batch_create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# change path and embedding models
Path("logs").mkdir(exist_ok=True)
for key, cfg in tqdm.tqdm(run_config_by_data_path_3_small_512_512.items()):
folder = os.path.join("../../data/gptassertdata/index_data", key)
folder = os.path.join("/index_data", key)

if isinstance(cfg, str):
index = cfg
Expand Down

0 comments on commit 08376ee

Please sign in to comment.