ggerganov / ggml

Tensor library for machine learning
MIT License
11.22k stars 1.04k forks source link

Need RedPajama-3b support #304

Open madroidmaq opened 1 year ago

madroidmaq commented 1 year ago

https://github.com/togethercomputer/redpajama.cpp https://www.together.xyz/blog/redpajama-models-v1

LLukas22 commented 1 year ago

Redpajama is a GPTNeoX based model, which means you should be able to run it via the gptneox example.