Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikayk committed Mar 20, 2024
1 parent 9e03cb1 commit ea82414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchtune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"full_finetune_distributed.py": ["full_finetune_distributed.yaml"],
"lora_finetune_single_device.py": ["lora_finetune_single_device.yaml"],
"lora_finetune_distributed.py": ["lora_finetune_distributed.yaml"],
"alpaca_generate.py": ["generate.yaml"],
"alpaca_generate.py": ["alpaca_generate.yaml"],
}


Expand Down
2 changes: 1 addition & 1 deletion torchtune/_cli/ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main():
RECIPE CONFIG
full_finetune_distributed.py full_finetune_distributed.yaml
lora_finetune_distributed.py lora_finetune_distributed.yaml
alpaca_generate.py generate.yaml
alpaca_generate.py alpaca_generate.yaml
To run one of these recipes:
$ tune full_finetune_single_device --config full_finetune_single_device
Expand Down

0 comments on commit ea82414

Please sign in to comment.