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 -409, October 28, 2021

THE AI TOOLCHAIN NO. -409
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED OCTOBER 28, 2021 · 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   # 3 tools matched
AI & LLM Tooling
◆  AI Model & Data Infrastructure

NVIDIA Triton Inference Server

Sources Release notes → v2.15.0 NOTES

Triton v2.15.0 adds rate limiting, response caching, string sequence IDs, ARM SBSA beta, and Windows HTTP support.

└──▷ GET THIS VERSION
$ git clone --branch v2.15.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v2.15.0
└──▷ TRY IT
Run Triton on Jetson with an explicit backend directory and TensorFlow 2.x to leverage the new JetPack 4.6 TF2 support.
$ tritonserver --model-repository=/path/to/model_repo --backend-directory=/path/to/tritonserver/backends --backend-config=tensorflow,version=2
  • Adds rate limiter that manages the rate at which requests are scheduled on model instances, configurable via docs/rate_limiter.md.
  • Adds support for caching responses to inference requests.
  • Sequence IDs (via the sequence extension protocol) can now accept string values in addition to integers.
  • Container composer tool gains the ability to generate CPU-only Triton containers (see docs/compose.md#cpu-only-container-composition).
  • Windows Triton build now supports the HTTP/REST protocol (previously GRPC only).
+3 moreshow less
  • Beta release of Triton is available for ARM SBSA platforms.
  • Windows alpha release now supports OpenVINO models at version 2021.2 and ONNX models via ONNX Runtime 1.9 with CPU, CUDA, and TensorRT execution providers.
  • Jetson JetPack 4.6 release adds support for TensorFlow 2.6.0, TensorFlow 1.15.5, TensorRT 8.0.1.6, OnnxRuntime 1.8.1, and ensembles.
Was this useful?
◆  AI Coding Agents

Zed

Sources Release notes → v0.6 3 RELEASES · 2021-10-05 → 2021-10-21 NOTES STABLE

Zed v0.6 adds syntax-tree-based auto-indent for Rust files.

└──▷ GET THIS VERSION
$ git clone --branch v0.6 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.6
  • Adds syntax-tree-based auto-indent for Rust files, powered by Tree-sitter.
2 more releases in this issue · 2021-10-05 → 2021-10-21
v0.5 NOTES STABLE

Zed v0.5 adds auto-closing bracket insertion and bracket-skip behaviour for Rust editing.

└──▷ GET THIS VERSION
$ git clone --branch v0.5 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.5
  • Automatically inserts matching closing brackets when editing Rust files.
  • Skips over an auto-inserted closing bracket when the user types it manually, avoiding double-bracket insertion.
v0.4 NOTES STABLE

Zed v0.4 adds a project panel for navigating project files.

└──▷ GET THIS VERSION
$ git clone --branch v0.4 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.4
  • Adds a project panel for browsing and navigating project files.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Qdrant

Sources Release notes → v0.4.1 NOTES

Qdrant v0.4.1 lets you retrieve payload and vectors in a single search request, with field selection and exclusion.

└──▷ GET THIS VERSION
$ git clone --branch v0.4.1 https://github.com/qdrant/qdrant.git
# already have the repo? check out this version:
$ git checkout v0.4.1
  • Supports retrieving payload alongside search results in a single request, with field selection and exclusion.
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 →