Giter Club home page Giter Club logo

local-llm's Introduction

LLM Local Deployment

This repository provides a local deployment setup for a Large Language Model (LLM) using Docker and Docker Compose. The setup uses Ollama LLM with Open Web UI. NOTE: All information & artifacts related to this deployment are local.

Setup and Deployment

To run locally:

  • Run make start at the root of this project. This will set up Open Web UI for chatting and is deployed with the llama3 model.
  • To setup this stack with a different LLM like say gemma2, issue this command make start LOCAL_LLM=gemma2

NOTE: If you get an error while pulling the Open Web UI images, you might need to set up the Github container registry. Follow this instruction:

  • To get access token go to Github Settings > Developer Settings > Personal access tokens
  • From your terminal run echo YOUR_PERSONAL_ACCESS_TOKEN | docker login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
  • You should now be authenticated to pull images from the GitHub Container registry.

Chat UI

  1. To access the chat UI, go to http://localhost:3000
  2. Sign up with a local account and log in (Login information is local to the host machine).
  3. Select a model to use for chat.
  4. Chat away :)

API Access.

Ollama exposes some endpoints that one can use to interact with the LLM model. Some examples are below:

Chat Endpoint

$ curl http://localhost:11434/api/generate -d '{
  "model": "llama3",
  "prompt": "Why is the sky blue?"
}'

Pull Model

One can use multiple models in the Open Web UI. To pull a model run

curl http://localhost:11434/api/pull -d '{"name": "llama3"}'

Check Models Available locally curl http://localhost:11434/api/tags

local-llm's People

Contributors

gideonaina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.