H
HLM

Installation

Get HLM running on your system in minutes.

Quick Install

$ curl -sSL https://hlmai.xyz/install | sh

System Requirements

Minimum

  • • Linux, macOS, or Windows (WSL2)
  • • 8GB RAM
  • • 10GB disk space
  • • Python 3.9+

Recommended

  • • RTX 4090 or equivalent GPU
  • • 32GB RAM
  • • 50GB disk space
  • • Docker installed

Manual Installation

# Clone the repository
$ git clone https://github.com/hlm/hlm.git
$ cd hlm
# Install dependencies
$ pip install -r requirements.txt
# Run setup
$ ./setup.sh

Verify Installation

$ hlm --version
HLM v1.0.0