Skip to content

Commit

Permalink
Fixing typo in finetune.md application example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebug authored Jan 21, 2025
1 parent c688eff commit a53a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/tutorials/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ else:
## Call the application

```bash
python app.py -m <model folder> -a <.onnx_adapter files> -t <prompt template> -s <systemm prompt> -p <prompt>
python app.py -m <model folder> -a <.onnx_adapter files> -t <prompt template> -s <system prompt> -p <prompt>
```

## References
Expand Down

0 comments on commit a53a527

Please sign in to comment.