Michael B
Michael B
https://github.com/saharNooby/rwkv.cpp is a forked GGML version that implements the RNN-Transformer model RWKV.
Anyone wants to try incorporating this: https://github.com/likenneth/honest_llama
I tried writing a few lines of code. I got my first completion working properly. ``` # Function that prints hello world def hello_world(): print('Hello World!') hello_world() ``` But when...
Hello, is there a plan to add Metal support for Replit code model? Thanks!