From 263ac390979f68438abcfd242d3beb943f803d83 Mon Sep 17 00:00:00 2001 From: webdevtodayjason Date: Sat, 29 Aug 2026 16:16:36 -0500 Subject: [PATCH] =?UTF-8?q?release:=200.5.6=20=E2=80=94=20launch-path=20ha?= =?UTF-8?q?rdening=20from=20real-node=20benchmarking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port allocation now probes for host-held ports (a squatter on :8000 was silently killing engine launches on the master node). Models carry their own extra_env with recipe values beating the forced marlin default. Engine images pre-pull with a timeout instead of failing at launch. The API request ceiling moved from 1MB to a configurable 64MB so long-context requests stop bouncing. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01YJ4KxqTc432yVpBBxR72zG --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5907783..966c6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ainode" -version = "0.5.5" +version = "0.5.6" description = "Turn any NVIDIA GPU into a local AI platform. Inference + fine-tuning in your browser." readme = "README.md" license = {text = "Apache-2.0"}