flower
flower copied to clipboard
Create REST-based communication stack PoC
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_pytorchexample - 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)