Skip to content

Commit 7abc0d9

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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

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

5+
## v0.4.3 - 2024-07-31
6+
7+
### What's Changed
8+
9+
* Fix typo in docs by @BlackyDrum in https://github.com/CodeWithKyrian/transformers-php/pull/42
10+
* fix: statically calling FFI::new deprecated in PHP 8.3 by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/48
11+
* fix: improve regex for detecting language codes in NllbTokenizer by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/49
12+
* fix: digits pre-tokenizer returning empty array for text with no digits by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/51
13+
* [feat: allow passing model filename when downloading a model from CLI](https://github.com/CodeWithKyrian/transformers-php/commit/91db063eab90da732f301a028e23a0a00ee25979)
14+
* fix: preTokenizer null error when there's no text pair](https://github.com/CodeWithKyrian/transformers-php/commit/901a049b8bd837c83d3edcd517dd76cf8e3ba6b9)
15+
* feat: implement enforce size divisibility for image feature extractor by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/53
16+
17+
### New Contributors
18+
19+
* @BlackyDrum made their first contribution in https://github.com/CodeWithKyrian/transformers-php/pull/42
20+
21+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.4.2...0.4.3
22+
523
## v0.4.2 - 2024-06-05
624

725
### What's Changed
@@ -119,6 +137,7 @@ composer require codewithkyrian/transformers
119137

120138

121139

140+
122141
```
123142
And you must initialize the library to download neccesary libraries for ONNX
124143

@@ -132,6 +151,7 @@ And you must initialize the library to download neccesary libraries for ONNX
132151

133152

134153

154+
135155
```
136156
#### Checkout the Documentation
137157

@@ -151,6 +171,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
151171

152172

153173

174+
154175
```
155176
#### What's Next?
156177

0 commit comments

Comments
 (0)