Ollama
Ollama is aweome! I can now download and run AI models on my computer.
I first installed Ollama. Then I downloaded the Llama 2 model.
|
|
Kinda reminds me of Docker.
|
|
No OpenAI key, no Internet connection, no problem. I can now run AI models on my computer.
I played around with codellama
for a while, as it’s more focused for code completion. Next is to use this from Emacs as I’m currently
using GitHub Copilot, and I want to see how they compare.
With the use of llamaindex, I can now use RAG (Retrieval-Augmented Generation) to train models on my own data. RAG is preferred over fine-tuning.