Skip to content

Support deterministic algorithm configuration in PyTorch backend #8186

Open
@yhna940

Description

@yhna940

Is your feature request related to a problem? Please describe.
Some users require deterministic outputs for reproducibility, but the PyTorch backend does not currently expose a way to enable deterministic algorithms.

Describe the solution you'd like
Add a model configuration parameter to enable at::Context::setDeterministicAlgorithms(...) during model execution.

Describe alternatives you've considered
N/A

Additional context
I’ve opened a small PR to add this feature. Would appreciate a review: triton-inference-server/pytorch_backend#150

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