Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install MoonshotAI/FlashKDA. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

MoonshotAI/FlashKDA Installation Guide

How to install MoonshotAI/FlashKDA. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for MoonshotAI/FlashKDA. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i MoonshotAI/FlashKDA
or

Install via npx

npx @hexmos/ipm i MoonshotAI/FlashKDA

Prerequisites

SM90

CUDA Compute Capability

Version: 9.0 and above

CUDA

Toolkit

Version: 12.9 and above

PyTorch

Library

Version: 2.4 and above

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install from Source

git clone https://github.com/MoonshotAI/FlashKDA.git flash-kda

cd flash-kda

git submodule update --init --recursive

pip install -v --no-build-isolation .

Install from Source (All Architectures)

git clone https://github.com/MoonshotAI/FlashKDA.git flash-kda

cd flash-kda

git submodule update --init --recursive

FLASH_KDA_CUDA_ARCHS=all pip install -v --no-build-isolation .