Code Monkey home page Code Monkey logo

llama3-project-fbs-dev's Introduction

Instalação Rápida com docker compose

  • Tenha o Docker instalado para executar o arquivo docker-compose.yml para iniciar projetos com ollama + open-webui
  • clonar esse repositorio e digitar no terminal :
    • docker-compose up -d

acessar:

http://127.0.0.1:3000/auth/

http://localhost:3000 > not working

baixando um modelo de ia pelo open-webui

alt text

all models here : https://github.com/ollama/ollama

Instalação manual ollama :

docs:

https://hub.docker.com/r/ollama/ollama

https://github.com/ollama/ollama?tab=readme-ov-file

  • baixar ollama com docker :

    • docker pull ollama/ollama
  • executar ollama version cpu only :

    • docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
  • listar containers:

    • docker ps
  • acessar container e executar comandos no terminal do container :

    • exemplo : docker exec -it bash
    • docker exec -it acff4a1b5aa2 bash
  • executar modelo :

    • ollama run llama3
  • listar modelos :

    • ollama list
  • remover modelo :

    • ollama remove llama3
  • iniciar ou parar o ollama

    • docker container stop ollama
    • docker container start ollama

Instalação manual Open-Webui com ollama no docker

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/ollama-webui/ollama-webui:main

llama3-project-fbs-dev's People

Contributors

franciscobspadaro avatar

Stargazers

Cioclea Doru Octavian 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.