Commit afa4c2e
committed
docs: fix Quick Start example and config field names
- Removed reference to non-existent examples/quick_start.ef file
- Fixed config field names from 'model_path'/'output_path' to 'model'/'output'
to match validator requirements
- Added clarification to create my_config.ef in project root directory
The README referenced examples/quick_start.ef which doesn't exist and
would be ignored by .gitignore rules. Also, the example configs used
'model_path' and 'output_path' but the validator expects 'model' and
'output', causing validation failures for users following the docs.
Tested and verified config now loads successfully.1 parent 145d68f commit afa4c2e
1 file changed
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 79 | + | |
90 | 80 | | |
91 | 81 | | |
92 | 82 | | |
| |||
108 | 98 | | |
109 | 99 | | |
110 | 100 | | |
111 | | - | |
| 101 | + | |
112 | 102 | | |
113 | 103 | | |
114 | 104 | | |
| |||
264 | 254 | | |
265 | 255 | | |
266 | 256 | | |
267 | | - | |
| 257 | + | |
0 commit comments