Skip to content

Latest commit

Β 

History

History
34 lines (23 loc) Β· 1.18 KB

File metadata and controls

34 lines (23 loc) Β· 1.18 KB

License: Unlicense Status: Public Domain

πŸš€ iMap-Helper (v0.04)

AI Inference Model Centralized Management Toolkit

A lightweight, efficient tool designed for managing AI model storage. By leveraging "Centralized Vault + Logical Mapping", it solves common pain points like redundant model downloads, OS drive (root) overflow, and complex Docker volume configurations.


πŸ“‚ Vault Architecture

The script initializes your storage based on the following professional hierarchy:

/mnt/models (Vault Root)
β”œβ”€β”€ base/
β”‚   β”œβ”€β”€ llm          # Language Models (Llama 3, Qwen, etc.)
β”‚   β”œβ”€β”€ diffusion    # Image Models (SDXL, Flux, etc.)
β”‚   └── vlm          # Vision Language Models
β”œβ”€β”€ lora             # LoRA / Adapter weights
β”œβ”€β”€ tensorrt         # Optimized FP4/FP8 engines for NVIDIA NIM
└── cache            # Unified HuggingFace/ModelScope cache

Installation

Clone or download imaphelper.sh and grant execution permissions:

chmod +x imaphelper.sh