flower icon indicating copy to clipboard operation
flower copied to clipboard

Create REST-based communication stack PoC

Open danieljanes opened this issue 3 years ago • 0 comments

This is an experimental REST-based communication stack without any intention to merge at this point.

Current state:

  • The stack can be used with the quickstart_pytorch example
  • REST server (using FastAPI) starts on a separate thread via uvicorn.run
  • FastAPI server does not stop when the run is finished (use CTRL+C to stop the server)

danieljanes avatar Apr 15 '22 00:04 danieljanes