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
If you found that the memory estimation is indeed inaccurate,
153
153
please [open a new issue on GitHub](https://github.com/withcatai/node-llama-cpp/issues/new/choose) with a link to the model you're using and the output of the [`inspect measure`](../cli/inspect/measure.md) command.
154
+
155
+
## Getting an `The specified module could not be found \\?\C:\Users\Administrator\AppData\Roaming\npm\node_modules` Error on a Windows Machine
156
+
The common cause for this issue is when using the `Administrator` to run `npm install` and then trying to run the code with a different user.
157
+
158
+
Ensure you're not using the `Administrator` user for `npm install` nor to run the code.
0 commit comments