Sign inSign up

javi98/ollama-llama3

By javi98

Updated 7 months ago

OLLaMa LLM model LLaMa 3

Image
Machine learning & AI
0

10K+

javi98/ollama-llama3 repository overview

OLLaMa LLaMa 3

ollama-llama3

Docker image application containing the already started LLM (Large Language Model) OLLaMa along with the LLaMa 3 model. Used for an IA application containing a RAG (Retrieval Augmented Generation) to act as a virtual vehicle assistant.

Github repository: https://github.com/JAVI-CC/python-api-CarPriceAI



Setup
$ docker-compose up -d
$ docker compose exec ollama ./first_start_ollama.sh # ollama pull llama3

docker-compose.yml
version: '3'
services:
  app:
    image: javi98/ollama-llama3:1.0.0
    container_name: ollama-app
    restart: unless-stopped
    ports:
      - 11434:11434
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [gpu]

networks: python-openai-generator-srt: driver: bridge

Once you have the containers deployed, You will be shown the CLI to choose the file and language you want to generate the srt file in.

Tag summary

Content type

Image

Digest

sha256:9ff43f0fe

Size

1.5 GB

Last updated

over 1 year ago

docker pull javi98/ollama-llama3