You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,16 +43,24 @@ All notable changes to `transformers-php` will be documented in this file.
33
43
### Improvements
34
44
35
45
- Refactor library architecture for improved platform compatibility and modularity.
46
+
36
47
- Refactor `Samplerate`, `Sndfile`, and other FFI wrappers to use instance-based invocation.
48
+
37
49
- Improve generation configuration merging logic and model resolution flow.
50
+
38
51
- Unify code style across components and improve clarity of core components.
52
+
39
53
- Update shared native dependencies:
54
+
40
55
- onnxruntime → 1.21.0
41
56
- rindowmatlib → 1.1.1
42
57
43
58
- Clean up feature extractors and consolidate model session logic.
59
+
44
60
- Improve error handling in FFI calls and utility classes.
61
+
45
62
- Rename internal config and model mapping classes for better clarity (`PretrainedMixin` → `AutoModelBase`, etc.)
63
+
46
64
47
65
### New Contributors
48
66
@@ -134,6 +152,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
134
152
135
153
136
154
155
+
137
156
```
138
157
- **New Pipeline: Automatic Speech Recognition (ASR)** - Supports models like `wav2vec` and `whisper` for transcribing speech to text. If a specific model is not officially supported, please open an issue with a feature request.
139
158
@@ -150,6 +169,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
150
169
151
170
152
171
172
+
153
173
```
154
174
155
175
@@ -170,6 +190,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
170
190
171
191
172
192
193
+
173
194
```
174
195
- **New Tensor Operations** - New operations were added: `copyTo`, `log`, `exp`, `pow`, `sum`, `reciprocal`, `stdMean`. Additionally, overall performance improvements have been made to Tensor operations.
0 commit comments