/llm-playground

Experiments with open source LLMs

Primary LanguagePythonMIT LicenseMIT

llama2-playground

Experiments with Llama2

Setup

Download Ollama from https://ollama.ai

Fetch llama2 7b or 13b models or any other supported models

ollama pull llama2
ollama pull llama2:13b

Credits

10x-React-Engineer