Skip to content

Commit 95f8a47

Browse files
RdoubleAPhilip Bontrager
authored andcommitted
[EZ] Fix comment formatting in code-llama configs (#1182)
1 parent a972a8f commit 95f8a47

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

recipes/configs/code_llama2/7B_full_low_memory.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# This config assumes that you've run the following command before launching
55
# this run:
66
# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf
7+
#
78
# The default config uses an optimizer from bitsandbytes. If you do not have it installed,
89
# you can install it with
910
# pip install bitsandbytes

recipes/configs/code_llama2/7B_lora_single_device.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# This config assumes that you've run the following command before launching
55
# this run:
6-
# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf
6+
# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf
77
#
88
# To launch on a single device, run the following command from root:
99
# tune run lora_finetune_single_device --config code_llama2/7B_lora_single_device

recipes/configs/code_llama2/7B_qlora_single_device.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# This config assumes that you've run the following command before launching
55
# this run:
6-
# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf
6+
# tune download meta-llama/CodeLlama-7b-hf --output-dir /tmp/CodeLlama-7b-hf
77
#
88
# To launch on a single device, run the following command from root:
99
# tune run lora_finetune_single_device --config code_llama2/7B_qlora_single_device

0 commit comments

Comments
 (0)