Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepared release #184

Merged
merged 2 commits into from
Jan 31, 2024
Merged
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
16 changes: 5 additions & 11 deletions doc/changes/changes_0.9.0.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
# Transformers Extension 0.9.0, T.B.D
# Transformers Extension 0.9.0, 2024-01-31

Code name: T.B.D
Code name: Updated and Fixed Dependencies


## Summary

T.B.D
This release changes how we import the torch package, adds the sacremoses tokenizer
and includes security updates. It also adds functions to load locally saved models as
a preparation for changing the model downloading and saving process.

### Features

- #145: Added load function for loading local models

### Bug Fixes

- n/a

### Refactorings

- #182: Removed torch package index from pyproject.toml
- #139: Installs Sacremoses tokenizer

### Documentation

- n/a

### Security

- Update gitpython (3.1.40 -> 3.1.41)
Expand Down
Loading