@remotion/install-whisper-cpp 4.0.227 → 4.0.229

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.
@@ -46,7 +46,10 @@ const readJson = async (jsonPath) => {
46
46
  // https://github.com/ggerganov/whisper.cpp/blob/fe36c909715e6751277ddb020e7892c7670b61d4/examples/main/main.cpp#L989-L999
47
47
  // https://github.com/remotion-dev/remotion/issues/4168
48
48
  const modelToDtw = (model) => {
49
- if (model === 'large-v3' || model === 'large-v3-turbo') {
49
+ if (model === 'large-v3-turbo') {
50
+ return 'large.v3.turbo';
51
+ }
52
+ if (model === 'large-v3') {
50
53
  return 'large.v3';
51
54
  }
52
55
  if (model === 'large-v2') {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/install-whisper-cpp"
4
4
  },
5
5
  "name": "@remotion/install-whisper-cpp",
6
- "version": "4.0.227",
6
+ "version": "4.0.229",
7
7
  "description": "Helpers for installing and using Whisper.cpp",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,12 +16,12 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "SEE LICENSE IN LICENSE.md",
18
18
  "dependencies": {
19
- "@remotion/captions": "4.0.227"
19
+ "@remotion/captions": "4.0.229"
20
20
  },
21
21
  "peerDependencies": {},
22
22
  "devDependencies": {
23
23
  "eslint": "9.14.0",
24
- "@remotion/eslint-config-internal": "4.0.227"
24
+ "@remotion/eslint-config-internal": "4.0.229"
25
25
  },
26
26
  "keywords": [
27
27
  "remotion",