Skip to content

Commit 1984cae

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 85361c0 commit 1984cae

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.3.1 - 2024-04-22
6+
7+
### What's Changed
8+
9+
* Add Qwen2 model support by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/20
10+
* Add chat input detection for text generation, and refactor streamer API. by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/21
11+
* bugfix: Fix error that occurs when streamer is not used by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/22
12+
* bugfix: Decoder sequence not calling the right method by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/23
13+
14+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.3.0...0.3.1
15+
516
## v0.3.0 - 2024-04-13
617

718
### What's Changed
@@ -83,6 +94,7 @@ composer require codewithkyrian/transformers
8394

8495

8596

97+
8698
```
8799
And you must initialize the library to download neccesary libraries for ONNX
88100

@@ -93,6 +105,7 @@ And you must initialize the library to download neccesary libraries for ONNX
93105

94106

95107

108+
96109
```
97110
#### Checkout the Documentation
98111

@@ -109,6 +122,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
109122

110123

111124

125+
112126
```
113127
#### What's Next?
114128

0 commit comments

Comments
 (0)