We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc7624 commit 384916eCopy full SHA for 384916e
docs/create_new_filter.md
@@ -7,7 +7,7 @@ This tutorial outlines the steps needed for creating and hooking a new filter
7
8
The tutorial demonstrates the coding of a new filter, which selects inference
9
serving Pods based on their labels. All relevant code is contained in the
10
- [`by_labels.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/main/pkg/plugins/filter/by_labels.go) file.
+ [`by_label_selector.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/main/pkg/plugins/filter/by_label_selector.go) file.
11
12
## Introduction to filtering
13
0 commit comments