Browse Source

Fix examnples.py filename error

examnples.py -> examples.py
JieShen 1 year atrás
parent
commit
99730471fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -10,7 +10,7 @@ After installing the llama-recipes package through [pip](../README.md#installati
 ```
 python -m llama_recipes.finetuning <parameters>
 
-python examnples/finetuning.py <parameters>
+python examples/finetuning.py <parameters>
 ```
 Please see [README.md](../README.md) for details.