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
This release brings new features, critical bug fixes, and improvements to enhance the functionality and performance of the package. Below is a summary of the changes.
@@ -84,6 +133,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
84
133
85
134
86
135
136
+
87
137
```
88
138
- **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.
89
139
@@ -99,6 +149,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
99
149
100
150
101
151
152
+
102
153
```
103
154
104
155
@@ -118,6 +169,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
118
169
119
170
120
171
172
+
121
173
```
122
174
- **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