Commit 24c9adf
committed
Improve tracer_model_split documentation in pipelining tutorial
- Added clear section headers for both splitting options
- Option 1: Manual Model Splitting
- Option 2: Tracer-based Model Splitting
- Fixed typo: 'before the before' -> 'before the'
- Added explanation of split_spec dictionary parameters
- Clarified that split_spec specifies module path and split point type
- Made the tracer_model_split function definition more prominent
The tracer_model_split code block was present but users were missing it
because it wasn't clearly labeled as a separate option.
Fixes issue #35301 parent f99e9e8 commit 24c9adf
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | | - | |
145 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
| |||
0 commit comments