From 95f8a47e7ea5b63c178e01a32102807c9d68f925 Mon Sep 17 00:00:00 2001 From: Rafi Ayub <33648637+RdoubleA@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:08:10 -0700 Subject: [PATCH] [EZ] Fix comment formatting in code-llama configs (#1182) --- recipes/configs/code_llama2/7B_full_low_memory.yaml | 1 + recipes/configs/code_llama2/7B_lora_single_device.yaml | 2 +- recipes/configs/code_llama2/7B_qlora_single_device.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/configs/code_llama2/7B_full_low_memory.yaml b/recipes/configs/code_llama2/7B_full_low_memory.yaml index 548f425e0f..c78b635fb8 100644 --- a/recipes/configs/code_llama2/7B_full_low_memory.yaml +++ b/recipes/configs/code_llama2/7B_full_low_memory.yaml @@ -4,6 +4,7 @@ # This config assumes that you've run the following command before launching # this run: # tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf +# # The default config uses an optimizer from bitsandbytes. If you do not have it installed, # you can install it with # pip install bitsandbytes diff --git a/recipes/configs/code_llama2/7B_lora_single_device.yaml b/recipes/configs/code_llama2/7B_lora_single_device.yaml index 9b8ce31789..b85117fc57 100644 --- a/recipes/configs/code_llama2/7B_lora_single_device.yaml +++ b/recipes/configs/code_llama2/7B_lora_single_device.yaml @@ -3,7 +3,7 @@ # # This config assumes that you've run the following command before launching # this run: -# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf +# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf # # To launch on a single device, run the following command from root: # tune run lora_finetune_single_device --config code_llama2/7B_lora_single_device diff --git a/recipes/configs/code_llama2/7B_qlora_single_device.yaml b/recipes/configs/code_llama2/7B_qlora_single_device.yaml index 7e9d4322bc..1887ebaf39 100644 --- a/recipes/configs/code_llama2/7B_qlora_single_device.yaml +++ b/recipes/configs/code_llama2/7B_qlora_single_device.yaml @@ -3,7 +3,7 @@ # # This config assumes that you've run the following command before launching # this run: -# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf +# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf # # To launch on a single device, run the following command from root: # tune run lora_finetune_single_device --config code_llama2/7B_qlora_single_device