Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/lm-eval-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@ In the case where both managed and existing PVCs are referenced in `outputs`, th

=== Using an `InferenceService`

[NOTE]
====
When using Kserve `InferenceServices`, only HuggingFace- and VLLM-based model serving runtimes are supported with the following method. Additionally, ensure DNS is set up for your cluster, as there is currently no method to pass additional request headers to a served model in `lm-evaluation-harness`.
====

[NOTE]
====
This example assumes vLLM model already deployed in your cluster.
Expand Down