Skip to content

Commit 5c3c21a

Browse files
gkumbhatevaline-ju
andauthored
Update vllm_detector_adapter/generative_detectors/granite_guardian.py
Co-authored-by: Evaline Ju <[email protected]> Signed-off-by: Gaurav Kumbhat <[email protected]>
1 parent 62e501a commit 5c3c21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_detector_adapter/generative_detectors/granite_guardian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _request_to_chat_completion_request(
146146

147147
@detector_dispatcher(types=[DetectorType.TEXT_CONTENT])
148148
def preprocess_request(self, *args, **kwargs):
149-
# FIXME: This function delcaration is temporary and should be removed once we fix following
149+
# FIXME: This function declaration is temporary and should be removed once we fix following
150150
# issue with decorator:
151151
# ISSUE: Because of inheritance, the base class function with same name gets overriden by the function
152152
# declared below for preprocessing TEXT_CHAT type detectors. This fails the validation inside

0 commit comments

Comments
 (0)