"docs/en/deployment/tensorrt_plugin.md" did not exist on "f22c9eb4a409470b7e645f17fa1997fe85e27909"
  1. 16 Oct, 2020 1 commit
  2. 10 Oct, 2020 1 commit
  3. 09 Oct, 2020 1 commit
  4. 24 Sep, 2020 1 commit
  5. 22 Sep, 2020 2 commits
  6. 17 Sep, 2020 2 commits
    • Tom Birch's avatar
      Multi-process pipe (#90) · 63f7796a
      Tom Birch authored
      Adds support for distributing pipeline stages across multiple processes (and therefore multiple machines)
      * Adds a style argument to the Pipe constructor, defaulting to PipelineStyle.SingleProcess, but also supporting PipelineStyle.MultiProcess
      * Added support for lazy construction of modules (see lazy_construction for an example)
      * Added two implementations of inter-process communication: one based on rpc with globally visible queues, one based on send/recv
      * Copied all the relevant tests from tests/pipe to tests/pipe_process and modified them to exercise PipelineStyle.MultiProcess
      63f7796a
    • Benjamin Lefaudeux's avatar
      [chore] OSS: add a small sphinx tutorial, similar to README (#92) · 2d415f30
      Benjamin Lefaudeux authored
      Add a small tutorial, similar to the OSS README
      2d415f30
  7. 16 Sep, 2020 1 commit
  8. 12 Sep, 2020 1 commit
  9. 11 Sep, 2020 1 commit
  10. 10 Sep, 2020 1 commit
  11. 09 Sep, 2020 2 commits