gpu-container 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/release.yml +2 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/CHANGELOG.md +9 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/PKG-INFO +1 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/__init__.py +1 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/bin/gpu-container.js +4 -4
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/package.json +1 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/pyproject.toml +1 -1
- {gpu_container-0.1.2 → gpu_container-0.1.3}/.dockerignore +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/ci.yml +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/pages.yml +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/.gitignore +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/Dockerfile +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/LICENSE +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.es.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.fr.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.hi.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.it.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.ja.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.pt-BR.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/README.zh.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/RELEASE_ASSESSMENT.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/SCORECARD.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/SECURITY.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/SHIP_GATE.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/assets/logo.png +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/architecture.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/cli.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/constraints.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/decisions/0001-per-expert-cache-build-vs-upstream.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/derisk-concentration.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/feasibility.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/features.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/moe-lane-architecture.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/prior-art.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/quickstart.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/__main__.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/errors.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/__init__.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/activation.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/calibration.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/calibration_seed.json +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/cli.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/concentration_cli.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/placement.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/receipt.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/receipt_cli.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/__init__.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/baseline.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/cli.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/cuda_bench.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/hardware.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/model.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/nvme_bench.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/schema.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/watchdog.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/LICENSE +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.es.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.fr.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.hi.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.it.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.ja.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.pt-BR.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.zh.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/gen_calibration_seed.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/ingest_sweep.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/verify.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/astro.config.mjs +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/package-lock.json +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/package.json +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/cli.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/derisk.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/getting-started.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/index.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/moe-lane.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/reference.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/safety.md +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content.config.ts +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/pages/index.astro +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/site-config.ts +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/styles/global.css +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/styles/starlight-custom.css +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/site/tsconfig.json +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_activation.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_calibration.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_concentration_cli.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_dispatch.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_errors.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_measure.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_planner.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_profiler.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_receipt_trace.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_watchdog.py +0 -0
- {gpu_container-0.1.2 → gpu_container-0.1.3}/watchdog.example.json +0 -0
|
@@ -118,7 +118,8 @@ jobs:
|
|
|
118
118
|
- uses: actions/download-artifact@v4
|
|
119
119
|
with:
|
|
120
120
|
path: artifacts
|
|
121
|
-
|
|
121
|
+
pattern: binary-* # only the PyInstaller binaries — NOT the docker job's
|
|
122
|
+
merge-multiple: true # .dockerbuild build-record artifact (which would pollute the release)
|
|
122
123
|
|
|
123
124
|
- name: Generate checksums
|
|
124
125
|
shell: bash
|
|
@@ -5,10 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
7
7
|
|
|
8
|
+
## [0.1.3] - 2026-06-04
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Release pipeline:** `release-binaries` downloaded *all* run artifacts, which since the Docker job emits a `.dockerbuild` build-record meant it tried (and reliably failed) to download that artifact — blocking the binary upload + the npm publish in 0.1.2. Now scoped to `pattern: binary-*`. First release on the fixed pipeline; carries the first-class npm README from 0.1.2.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **npm package README** is now first-class — logo, badges, full content, and 8-language translations (it was a thin stub through 0.1.1).
|
|
15
|
+
|
|
8
16
|
## [0.1.2] - 2026-06-04
|
|
9
17
|
|
|
10
18
|
### Changed
|
|
11
|
-
- **npm package README**
|
|
19
|
+
- **npm package README** rewritten (logo, badges, content, translations). *Pipeline note: PyPI + Docker published, but the binary-upload + npm jobs were blocked by the `.dockerbuild` artifact-download bug above; superseded by 0.1.3.*
|
|
12
20
|
|
|
13
21
|
## [0.1.1] - 2026-06-04
|
|
14
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpu-container
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Model-aware inference memory-placement planner for single-GPU rigs — profile, plan, prove.
|
|
5
5
|
Author-email: mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
// the release-asset names from convention, downloads the platform binary from the gpu-container
|
|
6
6
|
// GitHub Release, verifies its SHA256 against checksums-<version>.txt, caches it, and runs it with
|
|
7
7
|
// full arg passthrough.
|
|
8
|
-
// binary: gpu-container-0.1.
|
|
9
|
-
// checksums: checksums-0.1.
|
|
8
|
+
// binary: gpu-container-0.1.3-linux-x64
|
|
9
|
+
// checksums: checksums-0.1.3.txt
|
|
10
10
|
process.env.MCPTOOLSHOP_LAUNCH_CONFIG = JSON.stringify({
|
|
11
11
|
toolName: "gpu-container",
|
|
12
12
|
owner: "mcp-tool-shop-org",
|
|
13
13
|
repo: "gpu-container",
|
|
14
|
-
version: "0.1.
|
|
15
|
-
tag: "v0.1.
|
|
14
|
+
version: "0.1.3",
|
|
15
|
+
tag: "v0.1.3",
|
|
16
16
|
});
|
|
17
17
|
|
|
18
18
|
require("@mcptoolshop/npm-launcher/bin/mcptoolshop-launch.js");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gpu-container",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "gpu-container — model-aware inference memory-placement planner for single-GPU rigs. Zero-prerequisite npx install via a verified binary launcher.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gpu-container"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "Model-aware inference memory-placement planner for single-GPU rigs — profile, plan, prove."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/getting-started.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|