Skip to content

Commit

Permalink
🔧 Synthetic KG: add to Makefile new command for jz
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeoni committed Feb 27, 2025
1 parent b7814f0 commit 2d13ed0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/synth-kg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,12 @@ mauve-evaluation:

log-results:
python eval/log_results.py --run-id $(WB_RUN_ID) --results $(RESULTS)

jz-download-resources:
sbatch launch/jz/download_resources.slurm

jz-generation:
sbatch launch/jz/generation.slurm \
--DATASET_PATH $(DATASET_PATH)/private.parquet \
--ADAPTERS_PATHS $(ADAPTERS_PATHS) \
--OUTPUT_PATH $(OUTPUT_PATH)

0 comments on commit 2d13ed0

Please sign in to comment.