Introduction This post will walk you through building a text inference application using Meta’s Llama-3.1 model. We will use the data framework LlamaIndex python package in our app. I’m running this demo on WSL2 (Windows Subsystem for Linux) on Windows 11. Python 🐍 is run in an ipynb file on Visual Studio Code for Linux. […]
Build an app with Meta’s Llama-3.1 model