Skip to content

[test] Install transformers for wrapq feature coverage #510

@mhs4670go

Description

@mhs4670go

What

Our PTQ framework is designed to be independent of transformers and does not require it as a core dependency. However, some features are implemented to integrate with transformers when it is available (e.g., module wrappers, model export paths, or compatibility layers).

Currently, our test environment does not install transformers, which means these optional integration paths are not being exercised during CI. As a result, we risk regressions in functionality that depends on transformers without noticing.

Proposed Solution

Install transformers as part of the test environment (CI) so that irelated tests can run.

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