Skip to content

Commit 7196ba8

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 8fda878 commit 7196ba8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.2.0 - 2024-03-21
6+
7+
### What's Changed
8+
9+
* feat: Add ability to use chat templates in Text Generation by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/1
10+
* bugfix: Autoload errors for `PretrainedModel` on case-sensitive operating systems by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/4
11+
12+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.1.0...0.2.0
13+
514
## v0.1.0 - 2024-03-15
615

716
### Initial Release 🎉
@@ -23,12 +32,14 @@ Installation is a breeze with Composer:
2332
```bash
2433
composer require codewithkyrian/transformers
2534

35+
2636
```
2737
And you must initialize the library to download neccesary libraries for ONNX
2838

2939
```bash
3040
./vendor/bin/transformers install
3141

42+
3243
```
3344
#### Checkout the Documentation
3445

@@ -41,6 +52,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
4152
```bash
4253
./vendor/bin/transformers download <model_identifier>
4354

55+
4456
```
4557
#### What's Next?
4658

0 commit comments

Comments
 (0)