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: docs/architecture.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ These components are maintained in the `llm-d-inference-scheduler` repository an
83
83
84
84
## Configuration
85
85
86
-
The set of lifecycle hooks (plugins) that are used by the inference scheduler is determined by how
86
+
The set of lifecycle hooks (plugins) that are used by the inference scheduler is determined by how
87
87
it is configured. The configuration is in the form of YAML text, which can either be in a file or
88
88
specified in-line as a parameter. The configuration defines the set of plugins to be instantiated along with their parameters. Each plugin is also given a name, enabling the same plugin type to be instantiated
89
89
multiple times, if needed. Also defined is a set of SchedulingProfiles, which determine the set of
@@ -144,20 +144,20 @@ A complete configuration might look like this:
0 commit comments