You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This guide contains 3 stages that will enable you to get the most out of this to
40
40
41
41
```shell
42
42
llmtune generate config
43
-
llmtune run --config-path ./config.yml
43
+
llmtune run --config_path ./config.yml
44
44
```
45
45
46
46
The first command generates a helpful starter `config.yml` file and saves in the current working directory. This is provided to users to quickly get started and as a base for further modification.
0 commit comments