Compiling llama-cpp with Rust

I’m starting to learn Rust (wanted to start about 10 years ago, but better late than never). I’m trying two simultaneous paths: Self paced learning via these routes: https://doc.rust-lang.org/stable/rust-by-example https://rust-book.cs.brown.edu/ Use the help of AI to try more advanced things before I completely understand them. As part of this I want to create a Rust …

Continue reading ‘Compiling llama-cpp with Rust’ »

A conversation between Llama 3.1 8b and Gemma2 9b

I decided to let these two models chat with each other a bit just to see what happens. If anyone is interested in the implementation details then let me know. All it takes is a bit of Python code that makes use of the Ollama API. The initiator of the conversation is Llama3.1 Initiator: Ok, …

Continue reading ‘A conversation between Llama 3.1 8b and Gemma2 9b’ »