Skip to content

Support int think_end_token for vllm backend #3414

@fxmarty-amd

Description

@fxmarty-amd

Hi,

As per title.

Transformers backend supports int think_end_token:

think_end_token: str | int | None = None,

But vllm backend does not support it:

think_end_token: Optional[str] = None,

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions