Skip to content

Support Qwen3 #64

@taha-yassine

Description

@taha-yassine

Qwen3's template relies on some operators that aren't currently supported:

  • [::-1]: Slicing doesn't seem to be supported by Jinja2 in the first place. I opened a PR to switch to the reverse filter. If it's accepted, there would still be a need to implement it here, but it shouldn't be too hard.
  • The following python string methods:
    • .split()
    • .strip()
    • .rstrip()
    • .lstrip()
    • .startswith()
    • .endswith()

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