How to install deepseek-ai/DeepGEMM. 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.
deepseek-ai/DeepGEMM Installation Guide
How to install deepseek-ai/DeepGEMM. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for deepseek-ai/DeepGEMM. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i deepseek-ai/DeepGEMMor
Install via npx
npx @hexmos/ipm i deepseek-ai/DeepGEMMPrerequisites
NVIDIA GPU
hardwareVersion: SM90 or SM100
Python
languageVersion: 3.8 or higher
C++ Compiler
toolVersion: C++20 support
CUDA Toolkit
sdkVersion: 12.3 or higher (12.9 or higher recommended)
PyTorch
libraryVersion: 2.1 or higher
CUTLASS
libraryVersion: 4.0 or higher
{fmt} library
libraryManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install using pip (recommended)
pip install deep_gemmBuild from source
git clone --recursive git@github.com:deepseek-ai/DeepGEMM.git
cd DeepGEMM
./develop.sh
./install.sh