Skip to content

Commit f9e28a8

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 49fbf23 commit f9e28a8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

5+
## v0.4.4 - 2024-08-14
6+
7+
### What's Changed
8+
9+
* feat: add optional host argument for model download by @k99k5 in https://github.com/CodeWithKyrian/transformers-php/pull/56
10+
11+
### New Contributors
12+
13+
* @k99k5 made their first contribution in https://github.com/CodeWithKyrian/transformers-php/pull/56
14+
15+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.4.3...0.4.4
16+
517
## v0.4.3 - 2024-07-31
618

719
### What's Changed
@@ -138,6 +150,7 @@ composer require codewithkyrian/transformers
138150

139151

140152

153+
141154
```
142155
And you must initialize the library to download neccesary libraries for ONNX
143156

@@ -152,6 +165,7 @@ And you must initialize the library to download neccesary libraries for ONNX
152165

153166

154167

168+
155169
```
156170
#### Checkout the Documentation
157171

@@ -172,6 +186,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
172186

173187

174188

189+
175190
```
176191
#### What's Next?
177192

0 commit comments

Comments
 (0)