You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rllama/src
Mikko Juola 17b9d90570 Add lots of code I added for OpenCL, but text generation got broken and I have no idea why.
I don't want to throw this away so I'll park it.
3 years ago
..
benches Add some OpenCL bits. 3 years ago
protomodels First commit. LLaMA works now. It is not pretty but it does generate text from prompts. Yay. 3 years ago
embedding.rs Add support for bigger models. 3 years ago
lib.rs Add some beginnings of OpenCL implementation. 3 years ago
main.rs First commit. LLaMA works now. It is not pretty but it does generate text from prompts. Yay. 3 years ago
rllama_main.rs Add partial OpenCL support, it's used in feed forward network only. 3 years ago
tensor.rs Add lots of code I added for OpenCL, but text generation got broken and I have no idea why. 3 years ago
tensor_opencl_support.rs Add lots of code I added for OpenCL, but text generation got broken and I have no idea why. 3 years ago
token_sampler.rs Add readme, make clippy happy. 3 years ago
tokenizer.rs Add readme, make clippy happy. 3 years ago
transformer.rs Add lots of code I added for OpenCL, but text generation got broken and I have no idea why. 3 years ago
unpickler.rs Add support for bigger models. 3 years ago