Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithKyrian authored and github-actions[bot] committed May 24, 2024
1 parent ebfb298 commit 7f80870
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `transformers-php` will be documented in this file.

## v0.4.1 - 2024-05-24

### What's Changed

* configuration.md: fix indentation of Transformers::setup() by @k00ni in https://github.com/CodeWithKyrian/transformers-php/pull/35
* PretrainedTokenizer::truncateHelper: prevent array_slice() error for flawed text input (summarization) by @k00ni in https://github.com/CodeWithKyrian/transformers-php/pull/36
* Fix bug with Download CLI - use named parameters for model construct by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/39

### New Contributors

* @k00ni made their first contribution in https://github.com/CodeWithKyrian/transformers-php/pull/35

**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.4.0...0.4.1

## v0.3.1 - 2024-04-22

### What's Changed
Expand Down Expand Up @@ -95,6 +109,7 @@ composer require codewithkyrian/transformers




```
And you must initialize the library to download neccesary libraries for ONNX

Expand All @@ -106,6 +121,7 @@ And you must initialize the library to download neccesary libraries for ONNX




```
#### Checkout the Documentation

Expand All @@ -123,6 +139,7 @@ To ensure a smooth user experience, especially with larger models, we recommend




```
#### What's Next?

Expand Down

0 comments on commit 7f80870

Please sign in to comment.