Skip to content

Commit 062926c

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent cec7339 commit 062926c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

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

5+
## v0.2.1 - 2024-03-21
6+
7+
### What's Changed
8+
9+
* Add symfony/console explicitly as a dependency by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/pull/7
10+
11+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.2.0...0.2.1
12+
513
## v0.2.0 - 2024-03-21
614

715
### What's Changed
@@ -35,13 +43,15 @@ Installation is a breeze with Composer:
3543
composer require codewithkyrian/transformers
3644

3745

46+
3847
```
3948
And you must initialize the library to download neccesary libraries for ONNX
4049

4150
```bash
4251
./vendor/bin/transformers install
4352

4453

54+
4555
```
4656
#### Checkout the Documentation
4757

@@ -55,6 +65,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
5565
./vendor/bin/transformers download <model_identifier>
5666

5767

68+
5869
```
5970
#### What's Next?
6071

0 commit comments

Comments
 (0)