@@ -329,7 +329,7 @@ def generate(
329329 Args:
330330 prompts: The prompts to the LLM. You may pass a sequence of prompts
331331 for batch inference. See [PromptType][vllm.inputs.PromptType]
332- for more details about the format of each prompts .
332+ for more details about the format of each prompt .
333333 sampling_params: The sampling parameters for text generation. If
334334 None, we use the default sampling parameters.
335335 When it is a single value, it is applied to every prompt.
@@ -853,7 +853,7 @@ def encode(
853853 Args:
854854 prompts: The prompts to the LLM. You may pass a sequence of prompts
855855 for batch inference. See [PromptType][vllm.inputs.PromptType]
856- for more details about the format of each prompts .
856+ for more details about the format of each prompt .
857857 pooling_params: The pooling parameters for pooling. If None, we
858858 use the default pooling parameters.
859859 use_tqdm: If `True`, shows a tqdm progress bar.
@@ -946,7 +946,7 @@ def embed(
946946 Args:
947947 prompts: The prompts to the LLM. You may pass a sequence of prompts
948948 for batch inference. See [PromptType][vllm.inputs.PromptType]
949- for more details about the format of each prompts .
949+ for more details about the format of each prompt .
950950 pooling_params: The pooling parameters for pooling. If None, we
951951 use the default pooling parameters.
952952 use_tqdm: If `True`, shows a tqdm progress bar.
@@ -994,7 +994,7 @@ def classify(
994994 Args:
995995 prompts: The prompts to the LLM. You may pass a sequence of prompts
996996 for batch inference. See [PromptType][vllm.inputs.PromptType]
997- for more details about the format of each prompts .
997+ for more details about the format of each prompt .
998998 use_tqdm: If `True`, shows a tqdm progress bar.
999999 If a callable (e.g., `functools.partial(tqdm, leave=False)`),
10001000 it is used to create the progress bar.
@@ -1038,7 +1038,7 @@ def reward(
10381038 Args:
10391039 prompts: The prompts to the LLM. You may pass a sequence of prompts
10401040 for batch inference. See [PromptType][vllm.inputs.PromptType]
1041- for more details about the format of each prompts .
1041+ for more details about the format of each prompt .
10421042 use_tqdm: If `True`, shows a tqdm progress bar.
10431043 If a callable (e.g., `functools.partial(tqdm, leave=False)`),
10441044 it is used to create the progress bar.
0 commit comments