vllm.tasks GENERATION_TASKS module-attribute ¶ GENERATION_TASKS = get_args(GenerationTask) GenerationTask module-attribute ¶ GenerationTask = Literal['generate', 'transcription'] POOLING_TASKS module-attribute ¶ POOLING_TASKS = get_args(PoolingTask) PoolingTask module-attribute ¶ PoolingTask = Literal[ "encode", "embed", "classify", "score" ] SupportedTask module-attribute ¶ SupportedTask = Literal[GenerationTask, PoolingTask]