Releases: MagedSaeed/generate-sequences
Release list
v0.0.9
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.9 - 2024-06-25
Added
-
Add decoder-only generation.
-
Add tests for decoder-only generation.
-
Add a notebook to showcase decoder-only generation.
Changed
-
Restructuring the package, generate now is a subpackage istead of being a file.
-
Restructure the notebooks into a folder with different notebooks for each generation architecture.
Fixed
-
Update tests to fix huggingface warnings.
-
Fixed issues related to mypy in pre-commit.
v0.0.8 - 2024-05-19
What's new
Added 🎉
- Add decoder-only generation.
- Add tests for decoder-only generation.
- Add a notebook to showcase decoder-only generation.
Changed ⚠️
- Restructuring the package, generate now is a subpackage istead of being a file.
- Restructure the notebooks into a folder with different notebooks for each generation architecture.
Fixed ✅
- Update tests to fix huggingface warnings.
- Fixed issues related to mypy in pre-commit.
Commits
7a8666b Bump version to v0.0.9 for release
b730b1f disable venv cache in github workflows
a940d9d Merge pull request #43 from MagedSaeed/decoder_only
f9fc9cb Update README.md
09a5d55 Update README.md
28f6a7d Merge pull request #39 from MagedSaeed/dependabot/pip/transformers-gte-4.39-and-lt-4.42
2aabd8d update hf_compare notebook
eba9baf update hf_compare notebook
578e5cc minor fixes
6b6251b minor fixes
v0.0.8
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.8 - 2024-05-19
Added
-
Add top-p and top-k sampling.
-
Add tests for these new feature.
-
update hf_generate notebook
Changed
- Minor fixes and renaming.
v0.0.7 - 2024-05-8
What's new
Added 🎉
- Add top-p and top-k sampling.
- Add tests for these new feature.
- update hf_generate notebook
Changed ⚠️
- Minor fixes and renaming.
Commits
4090090 Bump version to v0.0.8 for release
b93eba8 Merge pull request #38 from MagedSaeed/sampling
398873c Merge pull request #26 from MagedSaeed/dependabot/pip/myst-parser-gte-1.0-and-lt-3.1
089d4bf Update README.md
040b30d Merge pull request #36 from MagedSaeed/dependabot/pip/furo-2024.5.6
v0.0.7
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.7 - 2024-05-8
Added
-
Add the feature of sorting samples before generation.
-
Add tests for this new feature.
Changed
- Minor fixes and renaming.
v0.0.6 - 2024-05-3
What's new
Added 🎉
- Add the feature of sorting samples before generation.
- Add tests for this new feature.
Changed ⚠️
- Minor fixes and renaming.
Commits
f2f1acb Merge branch 'main' of https://github.com/MagedSaeed/generate-sequences
0fd8b21 Bump version to v0.0.7 for release
0aba96d add sorting samples feature
4a6f8e2 fix minor issue related to devices
v0.0.6
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.6 - 2024-05-3
Added
-
Improve the code quality for beam search.
-
General config updates.
v0.0.5 - 2024-04-29
What's new
Added 🎉
- Improve the code quality for beam search.
- General config updates.
Commits
56af2e4 Bump version to v0.0.6 for release
ea8141e fix a setting related to ruff
82c24d1 improve the beam search code quality
9edf986 Merge pull request #30 from MagedSaeed/dependabot/pip/furo-2024.4.27
96e1300 Merge pull request #28 from MagedSaeed/dependabot/pip/torch-gte-2.2-and-lt-2.4
v0.0.5
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.5 - 2024-04-29
Added
- rename
generate_fnto more appropriate name:generation_forward
v0.0.4 - 2024-04-28
What's new
Added 🎉
- rename
generate_fnto more appropriate name:generation_forward
Commits
b033d08 fix a passive bug in release.bash, install the package before checking for versions.
a990357 add new release
c36c0a6 rename generate_fn to generation_forward