Skip to content

Initialize local CPU server if remote server not available #12

@kpedro88

Description

@kpedro88

Initializing a local CPU server when the requested remote server is not available can serve as a fallback option. Open questions:

  1. At what stage should checking availability and initializing the local server take place? (python config, C++ module initialization, ....)
  2. How to control # threads used by the local server? see Control number of threads used by CPU server triton-inference-server/server#2018

If a local CPU server is used, SonicTriton clients should be forced to use Sync mode, to prevent contention between CMSSW and the local server (otherwise they would both try to use the same threads).

Assigned to: @kpedro88

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