How to install sapientinc/HRM. 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.
sapientinc/HRM Installation Guide
How to install sapientinc/HRM. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sapientinc/HRM. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sapientinc/HRMor
Install via npx
npx @hexmos/ipm i sapientinc/HRMPrerequisites
PyTorch
libraryVersion: 1.13.0+cu127
CUDA
system_toolVersion: 12.6.3
PyTorch CUDA Toolkit
libraryVersion: 1.13.0+cu127
FlashAttention
libraryVersion: v3.0.0
pip
package_managerVersion: 23.1.1
conda
package_managerVersion: 4.15.0
wheel
build_toolVersion: 0.37.2
setuptools
package_managerVersion: 58.1.0
setuptools-scm
package_managerVersion: 64.2.0
torchvision
libraryVersion: 0.13.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Pip Installation
pip install -r requirements.txtCUDA Installation
sudo sh cuda_installer.run --silent --toolkit --override
export CUDA_HOME=/usr/local/cuda-12.6Installation via Setup Script
python setup.py installPost Installation Steps
- Start the server using `python app.py`.
- Run migrations with `python manage.py makemigrations && python manage.py migrate`
