This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed Docker image installation order to resolve CUDA torch ImportError.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds VRAM usage and token throughput metrics to checkpoints table Adds VRAM usage and token throughput metrics to checkpoints table Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Feature | Low |
Introduces benchmarks/bench_tps_vllm.py decode harness for performance measurements Introduces benchmarks/bench_tps_vllm.py decode harness for performance measurements Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes Docker image runtime ImportError for missing libcudart.so.13 Fixes Docker image runtime ImportError for missing libcudart.so.13 Source: llm_adapter@2026-06-05 Confidence: high |
— |
Full changelog
v0.5.2
Patch release. The glq library is unchanged from v0.5.1 — this bump fixes the Docker image and adds measured perf docs.
Fixed
- Docker image (
ghcr.io/cnygaard/glq-env): install vLLM first so it resolves its own matching-CUDA torch (no torch pin /TORCH_INDEX_URL); base stays CUDA 12.8 to mirror the verified L40S venv. This fixes the broken:0.5.0/:0.5.1images that failed at runtime withImportError: libcudart.so.13under--gpus all. The pip package was unaffected on all versions.
Docs
- Checkpoints table now lists, per model: VRAM (resident weight footprint) and Tok/s (b1 / b32) — single-stream and 32-way batched decode — measured on a g6e.xlarge (NVIDIA L40S) via vLLM 0.20.2. E.g. SmolLM3-3B: 2.4 GiB, 35 / 654 tok/s.
- New
benchmarks/bench_tps_vllm.pytwo-point decode harness backing those numbers. - README notes the image-vLLM fix and points
vllm serveat:latest.
pip install glq==0.5.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Glq
All releases →Beta — feedback welcome: [email protected]