How to install cactus-compute/needle. 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.
cactus-compute/needle Installation Guide
How to install cactus-compute/needle. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for cactus-compute/needle. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i cactus-compute/needleor
Install via npx
npx @hexmos/ipm i cactus-compute/needlePrerequisites
Python
languageVersion: >=3.8
pip
package managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Pip
pip install cactus-needleInstall via Pip with GPU support
pip install "cactus-needle[gpu]"Install via Pip with Apple Silicon GPU support
pip install "cactus-needle[metal]"Build from Source
git clone https://github.com/cactus-compute/needle.git
cd needle
pip install -e .Post Installation Steps
- Run 'needle playground' to launch the interactive demo.
- Refer to doc/apis.md for detailed API usage.
- Refer to doc/finetuning.md for fine-tuning instructions.
