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
Copy file name to clipboardExpand all lines: docs/guide/electron.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You also need to call [`getLlama`](../api/functions/getLlama.md) with the CMake
34
34
so that `node-llama-cpp` can find them.
35
35
36
36
## Cross Compilation
37
-
Cross packaging from one platform to another is not supported, since binaries for other platforms are not downloaded to you machine when you run `npm install`.
37
+
Cross packaging from one platform to another is not supported, since binaries for other platforms are not downloaded to your machine when you run `npm install`.
38
38
39
39
Packaging an `arm64` app on an `x64` machine is supported, but packaging an `x64` app on an `arm64` machine is not.
0 commit comments