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 -443, December 20, 2018

THE AI TOOLCHAIN NO. -443
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED DECEMBER 20, 2018 · 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 → v0.9.0 NOTES

TRTIS 0.9.0 adds live model repository reloading, priority controls, and a --strict-model-config=false auto-config flag.

└──▷ GET THIS VERSION
$ git clone --branch v0.9.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v0.9.0
└──▷ TRY IT
Start the inference server without requiring a hand-authored config.pbtxt for supported model types, letting the server auto-derive configuration.
$ trtserver --strict-model-config=false --model-store=/models
  • Adds --strict-model-config=false flag to allow automatic derivation of model configuration properties, removing the need for a config.pbtxt file for some model types.
  • Adds a model priority parameter to model configuration, controlling CPU thread priority for all models and CUDA stream priority for TensorRT models.
  • Live model repository monitoring now dynamically reloads models without a server restart — supports adding/removing model versions, adding/removing entire models, modifying config.pbtxt, and updating model labels at runtime.
  • Asynchronous GRPC frontend delivers improved inference throughput.
└──▷ BREAKING ON UPGRADE
  • !The GRPC API model version parameter type has changed from string to int — existing clients passing a string model version will break.
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 →