Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to TurboLoader will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.35.0] - 2026-07-12

Cleanliness sprint: a three-lens adversarial audit (dead code / duplication / user
ergonomics) confirmed 24 findings; every one is fixed here.
Expand Down
4 changes: 2 additions & 2 deletions docs/GPU_ACCELERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ consumer stressing the output ring) — every async batch matched a distinct ref
### Build (on a real CUDA box; needs `nvcc` + toolkit, gcc 10+ for C++20)

> **Prebuilt CUDA wheel (no compile):** Linux x86_64 / Python 3.10 / CUDA 13.x runtime —
> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.34.1):
> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.35.0):
> ```bash
> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.34.1/turboloader-2.34.1+cu13-cp310-cp310-linux_x86_64.whl
> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.35.0/turboloader-2.35.0+cu13-cp310-cp310-linux_x86_64.whl
> pip install nvidia-nvimgcodec-cu12
> ```
> Other Pythons/CUDA versions: build from source below.
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ work without PyTorch installed.
### GPU image loader (NVIDIA CUDA) — build from source

> **Prebuilt CUDA wheel (no compile):** Linux x86_64 / Python 3.10 / CUDA 13.x runtime —
> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.34.1):
> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.35.0):
> ```bash
> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.34.1/turboloader-2.34.1+cu13-cp310-cp310-linux_x86_64.whl
> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.35.0/turboloader-2.35.0+cu13-cp310-cp310-linux_x86_64.whl
> pip install nvidia-nvimgcodec-cu12
> ```
> Other Pythons/CUDA versions: build from source below.
Expand Down
Loading