@min-pack/tfjs-node 2.17.1 → 2.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2718,7 +2718,7 @@ this.logits=e
|
|
|
2718
2718
|
this.past_key_values=t}}class uu extends mr{constructor({alphas:e}){super()
|
|
2719
2719
|
this.alphas=e}}class hu extends mr{constructor({waveform:e,spectrogram:t}){super()
|
|
2720
2720
|
this.waveform=e
|
|
2721
|
-
this.spectrogram=t}}const _u=
|
|
2721
|
+
this.spectrogram=t}}const _u=Error
|
|
2722
2722
|
const pu="undefined"!=typeof self
|
|
2723
2723
|
const fu=pu&&"DedicatedWorkerGlobalScope"===self.constructor.name
|
|
2724
2724
|
let mu
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@min-pack/tfjs-node",
|
|
3
|
+
"version": "2.17.2",
|
|
3
4
|
"description": "Latest transformers.js with linux x64/arm64 binary preloaded for Node.js usage",
|
|
4
5
|
"main": "index.js",
|
|
5
6
|
"config": {
|
|
6
7
|
"TRANSFORMERS_JS_VERSION": "2.17.1"
|
|
7
8
|
},
|
|
8
|
-
"version": "2.17.1",
|
|
9
9
|
"license": "Apache-2.0"
|
|
10
10
|
}
|