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.
Files changed (95) hide show
  1. {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/release.yml +2 -1
  2. {gpu_container-0.1.2 → gpu_container-0.1.3}/CHANGELOG.md +9 -1
  3. {gpu_container-0.1.2 → gpu_container-0.1.3}/PKG-INFO +1 -1
  4. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/__init__.py +1 -1
  5. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/bin/gpu-container.js +4 -4
  6. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/package.json +1 -1
  7. {gpu_container-0.1.2 → gpu_container-0.1.3}/pyproject.toml +1 -1
  8. {gpu_container-0.1.2 → gpu_container-0.1.3}/.dockerignore +0 -0
  9. {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/ci.yml +0 -0
  10. {gpu_container-0.1.2 → gpu_container-0.1.3}/.github/workflows/pages.yml +0 -0
  11. {gpu_container-0.1.2 → gpu_container-0.1.3}/.gitignore +0 -0
  12. {gpu_container-0.1.2 → gpu_container-0.1.3}/Dockerfile +0 -0
  13. {gpu_container-0.1.2 → gpu_container-0.1.3}/LICENSE +0 -0
  14. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.es.md +0 -0
  15. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.fr.md +0 -0
  16. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.hi.md +0 -0
  17. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.it.md +0 -0
  18. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.ja.md +0 -0
  19. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.md +0 -0
  20. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.pt-BR.md +0 -0
  21. {gpu_container-0.1.2 → gpu_container-0.1.3}/README.zh.md +0 -0
  22. {gpu_container-0.1.2 → gpu_container-0.1.3}/RELEASE_ASSESSMENT.md +0 -0
  23. {gpu_container-0.1.2 → gpu_container-0.1.3}/SCORECARD.md +0 -0
  24. {gpu_container-0.1.2 → gpu_container-0.1.3}/SECURITY.md +0 -0
  25. {gpu_container-0.1.2 → gpu_container-0.1.3}/SHIP_GATE.md +0 -0
  26. {gpu_container-0.1.2 → gpu_container-0.1.3}/assets/logo.png +0 -0
  27. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/architecture.md +0 -0
  28. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/cli.md +0 -0
  29. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/constraints.md +0 -0
  30. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/decisions/0001-per-expert-cache-build-vs-upstream.md +0 -0
  31. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/derisk-concentration.md +0 -0
  32. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/feasibility.md +0 -0
  33. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/features.md +0 -0
  34. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/moe-lane-architecture.md +0 -0
  35. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/prior-art.md +0 -0
  36. {gpu_container-0.1.2 → gpu_container-0.1.3}/docs/quickstart.md +0 -0
  37. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/__main__.py +0 -0
  38. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/errors.py +0 -0
  39. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/__init__.py +0 -0
  40. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/activation.py +0 -0
  41. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/calibration.py +0 -0
  42. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/calibration_seed.json +0 -0
  43. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/cli.py +0 -0
  44. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/concentration_cli.py +0 -0
  45. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/placement.py +0 -0
  46. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/receipt.py +0 -0
  47. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/planner/receipt_cli.py +0 -0
  48. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/__init__.py +0 -0
  49. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/baseline.py +0 -0
  50. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/cli.py +0 -0
  51. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/cuda_bench.py +0 -0
  52. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/hardware.py +0 -0
  53. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/model.py +0 -0
  54. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/nvme_bench.py +0 -0
  55. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/profiler/schema.py +0 -0
  56. {gpu_container-0.1.2 → gpu_container-0.1.3}/gpu_container/watchdog.py +0 -0
  57. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/LICENSE +0 -0
  58. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.es.md +0 -0
  59. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.fr.md +0 -0
  60. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.hi.md +0 -0
  61. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.it.md +0 -0
  62. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.ja.md +0 -0
  63. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.md +0 -0
  64. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.pt-BR.md +0 -0
  65. {gpu_container-0.1.2 → gpu_container-0.1.3}/npm/README.zh.md +0 -0
  66. {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/gen_calibration_seed.py +0 -0
  67. {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/ingest_sweep.py +0 -0
  68. {gpu_container-0.1.2 → gpu_container-0.1.3}/scripts/verify.py +0 -0
  69. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/astro.config.mjs +0 -0
  70. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/package-lock.json +0 -0
  71. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/package.json +0 -0
  72. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/cli.md +0 -0
  73. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/derisk.md +0 -0
  74. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/getting-started.md +0 -0
  75. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/index.md +0 -0
  76. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/moe-lane.md +0 -0
  77. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/reference.md +0 -0
  78. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content/docs/handbook/safety.md +0 -0
  79. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/content.config.ts +0 -0
  80. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/pages/index.astro +0 -0
  81. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/site-config.ts +0 -0
  82. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/styles/global.css +0 -0
  83. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/src/styles/starlight-custom.css +0 -0
  84. {gpu_container-0.1.2 → gpu_container-0.1.3}/site/tsconfig.json +0 -0
  85. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_activation.py +0 -0
  86. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_calibration.py +0 -0
  87. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_concentration_cli.py +0 -0
  88. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_dispatch.py +0 -0
  89. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_errors.py +0 -0
  90. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_measure.py +0 -0
  91. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_planner.py +0 -0
  92. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_profiler.py +0 -0
  93. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_receipt_trace.py +0 -0
  94. {gpu_container-0.1.2 → gpu_container-0.1.3}/tests/test_watchdog.py +0 -0
  95. {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
- merge-multiple: true
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** is now first-class — logo, badges, full content, and 8-language translations (it was a thin stub). No code change from 0.1.1; this release exists to publish the corrected npm page (npm only updates the page on a new version, and the launcher version must match a release that carries the binaries).
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.2
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
@@ -6,4 +6,4 @@ grounds the measurement methodology lives in the docker-knowledge KB
6
6
  (readouts/docker-knowledge), seeded by the feasibility study-swarm.
7
7
  """
8
8
 
9
- __version__ = "0.1.2"
9
+ __version__ = "0.1.3"
@@ -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.2-linux-x64
9
- // checksums: checksums-0.1.2.txt
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.2",
15
- tag: "v0.1.2",
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.2",
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.2"
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