diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf6c29..d0163c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ reproducing 70+ versions of notes. ## [Unreleased] +### Added +- Friendlier error messages: the CUDA-OOM hint now also suggests + `gradient_checkpointing` and `4bit` quantization, plus new mappings for + Hugging Face gated repos (`huggingface-cli login` / `HF_TOKEN`) and + `trust_remote_code` errors. Closes #272 + ([#282](https://github.com/MakazhanAlpamys/Soup/pull/282) by [@Akshaya-reddy18](https://github.com/Akshaya-reddy18)). + ## [0.71.24] - 2026-06-21 ### Added diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2db2d78..0965efe 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -41,6 +41,8 @@ Listed by first contribution. PR numbers link the work. - `--energy` flag for `soup bom emit` — thread energy/CO₂ into the ML-BOM ([#256](https://github.com/MakazhanAlpamys/Soup/pull/256)) - **shatakshi-1404** ([@shatakshi-1404](https://github.com/shatakshi-1404)) - Unit tests for the `warmup.py` auto-warmup-steps helper ([#274](https://github.com/MakazhanAlpamys/Soup/pull/274)) +- **Kondamwar Akshaya Shrikant** ([@Akshaya-reddy18](https://github.com/Akshaya-reddy18)) + - Friendlier error messages — richer CUDA-OOM hint + Hugging Face gated-repo and `trust_remote_code` mappings + tests ([#282](https://github.com/MakazhanAlpamys/Soup/pull/282)) ---