Skip to content

Commit

Permalink
[EZ] Fix comment formatting in code-llama configs (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
RdoubleA authored and Philip Bontrager committed Jul 16, 2024
1 parent a972a8f commit 95f8a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions recipes/configs/code_llama2/7B_full_low_memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/configs/code_llama2/7B_lora_single_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/configs/code_llama2/7B_qlora_single_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f8a47

Please sign in to comment.