Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 665 Bytes

File metadata and controls

24 lines (18 loc) · 665 Bytes

LLM Project Template

This repository provides a template for developing LLM-based applications with Docker and Jekyll-based documentation.

Getting Started

This repository provides a template for LLM-based projects with:

  • Docker-based development
  • Jekyll-based documentation
  • Hugging Face API integrations
  • Submodules for external repositories (e.g., Meta's Coconut, LLM2Vec)
  • Poetry-based dependency management

Setup Instructions

  1. Clone the repository:

    git clone --recurse-submodules https://github.com/cattomantis/hidden.git
  2. Build Docker Container:

    docker compose up experiments -d