From 958bf90d2f2e25ed89cb1c1d3f3a4219de17d439 Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 16 Sep 2024 07:57:34 -0700 Subject: [PATCH] Fix tune download command in PPO config --- recipes/configs/mistral/7B_full_ppo_low_memory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/configs/mistral/7B_full_ppo_low_memory.yaml b/recipes/configs/mistral/7B_full_ppo_low_memory.yaml index 1cf7dd974a..5bce380aad 100644 --- a/recipes/configs/mistral/7B_full_ppo_low_memory.yaml +++ b/recipes/configs/mistral/7B_full_ppo_low_memory.yaml @@ -7,7 +7,7 @@ # # This config assumes that you've run the following command before launching # this run: -# tune download weqweasdas/RM-Mistral-7B --output-dir /tmp/RM-Mistral-7B/ --ignore-patterns="" +# tune download weqweasdas/RM-Mistral-7B --output-dir /tmp/RM-Mistral-7B/ --ignore-patterns None # tune download mistralai/Mistral-7B-Instruct-v0.2 --output-dir /tmp/Mistral-7B-Instruct-v0.2/ --hf-token HF_TOKEN # # You'll also need to ensure that {output_dir} exists beforehand, as checkpoints for policy and value models are saved in sub-folders.