make sure to recursively update submodules (llama.cpp)
cd gpt4all/*bindings/typescript
yarn build:backend to build the shared libraries
yarn to build the nodejs bindings
node spec/index.mjs
Everything loads correctly, but when it gets to prompting, i get weird symbols and Im unsure how to solve this.
Behavior was working correctly previously, right before #913 was merged
System Info
MSVC 143 nodejs v 18.15.0 windows 10 AMD64 ryzen 3100 AVX2 AVX gpt4all-j groovy 1.3 , also mosaic mpt 7b
Information
Related Components
Reproduction
cd gpt4all/*bindings/typescript
yarn build:backend
to build the shared librariesyarn
to build the nodejs bindingsnode spec/index.mjs
Everything loads correctly, but when it gets to prompting, i get weird symbols and Im unsure how to solve this. Behavior was working correctly previously, right before #913 was merged
Expected behavior
Prompting to infer successfully.