Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -439, April 24, 2019

THE AI TOOLCHAIN NO. -439
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED APRIL 24, 2019 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 1 tools matched
AI & LLM Tooling
◆  AI Model & Data Infrastructure

NVIDIA Triton Inference Server

Sources Release notes → v1.1.0 NOTES

Triton v1.1.0 adds zero-sized tensor support, TensorFlow custom C++ ops, and a standalone client build system.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v1.1.0
  • Supports zero-sized input and output tensors for batching models, enabling models that require inputs and outputs with shape [ batch-size ].
  • Supports variable-size tensor dimensions (indicated by -1 in model configuration) where the variable dimension has value 0.
  • TensorFlow custom operations (C++) can now be built directly into the inference server, with an included example and documentation.
  • Client libraries and examples now build via a separate Makefile (with an accompanying Dockerfile), decoupled from the main server build.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →