Skip to content

Commit 7f80870

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent ebfb298 commit 7f80870

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## v0.4.1 - 2024-05-24
6+
7+
### What's Changed
8+
9+
* configuration.md: fix indentation of Transformers::setup() by @k00ni in https://github.com/CodeWithKyrian/transformers-php/pull/35
10+
* PretrainedTokenizer::truncateHelper: prevent array_slice() error for flawed text input (summarization) by @k00ni in https://github.com/CodeWithKyrian/transformers-php/pull/36
11+
* Fix bug with Download CLI - use named parameters for model construct by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/39
12+
13+
### New Contributors
14+
15+
* @k00ni made their first contribution in https://github.com/CodeWithKyrian/transformers-php/pull/35
16+
17+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.4.0...0.4.1
18+
519
## v0.3.1 - 2024-04-22
620

721
### What's Changed
@@ -95,6 +109,7 @@ composer require codewithkyrian/transformers
95109

96110

97111

112+
98113
```
99114
And you must initialize the library to download neccesary libraries for ONNX
100115

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

107122

108123

124+
109125
```
110126
#### Checkout the Documentation
111127

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

124140

125141

142+
126143
```
127144
#### What's Next?
128145

0 commit comments

Comments
 (0)