Skip to content

Commit

Permalink
Merge pull request #58 from ojh6404/fix/example-typo
Browse files Browse the repository at this point in the history
fix typo in examples/03_eval_finetuned.py
  • Loading branch information
kpertsch authored Mar 5, 2024
2 parents 653c54a + 60bff92 commit 50d5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_eval_finetuned.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
To run this script, run:
cd examples
python3 03_eval_finetuned.py --filetuned_path=<path_to_finetuned_aloha_checkpoint>
python3 03_eval_finetuned.py --finetuned_path=<path_to_finetuned_aloha_checkpoint>
"""
import sys

Expand Down

0 comments on commit 50d5819

Please sign in to comment.