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/FlashKDAor
Install via npx
npx @hexmos/ipm i MoonshotAI/FlashKDAPrerequisites
SM90
CUDA Compute CapabilityVersion: 9.0 and above
CUDA
ToolkitVersion: 12.9 and above
PyTorch
LibraryVersion: 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 .