What's Changed
- feat: implement chat feature to rwkv by @yorkzero831 in https://github.com/Atome-FE/llama-node/pull/63
- feat: update cuda dynamic compiling by @hlhr202 in https://github.com/Atome-FE/llama-node/pull/66
- feature: optimiza llama.cpp loading, fix llama.cpp tokenizer, unify logger by @hlhr202 in https://github.com/Atome-FE/llama-node/pull/75
- update: refractor onnx by @hlhr2...