From 2d13ed02c327f28a1bd175eca9462fcfb3a0a091 Mon Sep 17 00:00:00 2001 From: Simon Meoni Date: Thu, 27 Feb 2025 16:35:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Synthetic=20KG:=20add=20to=20Mak?= =?UTF-8?q?efile=20new=20command=20for=20jz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/synth-kg/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/synth-kg/Makefile b/lib/synth-kg/Makefile index 26bd8a6..8375d0f 100644 --- a/lib/synth-kg/Makefile +++ b/lib/synth-kg/Makefile @@ -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)