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
@vlamanna I fixed the issue you're facing in #351 by making sure that _specialTokensTextForPreamble will not appear in the transpiled ts types.
However, I couldn't reproduce this issue on my machine.
Scaffolding a project using the npm create node-llama-cpp@latest command works on my machine and runs as expected.
Even calling npx tsc works as expected.
Can you please share with me what's your tsconfig.json?
If you can figure out what's different between your project and the scaffolded project from the npm create node-llama-cpp@latest command that causes this issue, it would be very helpful for me so I can add some kind of safeguards to ensure this doesn't happen again.
Issue description
I cannot build my Typescript project when using v3.0.0
Expected Behavior
My project build.
Actual Behavior
I'm getting the following error:
It was fine when I was using the beta version.
Steps to reproduce
My Environment
node-llama-cpp
versionAdditional Context
I have a PR ready that I will push shortly.
Relevant Features Used
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.
The text was updated successfully, but these errors were encountered: