Skip to content

Installation

Linux

We distribute WarpTools as part of a conda package for Warp.

Installing Conda

If you're new to the conda package manager we recommend installing mambaforge.

Creating a conda environment and installing Warp into it

The following command will create a new environment called warp and install warpand all dependencies into it.

conda create -n warp warp=2.0.0 -c warpem -c nvidia/label/cuda-11.7.0 -c pytorch -c conda-forge

The environment can then be activated whenever you want to use WarpTools

conda activate warp 

Updating

To update your installation, run the following command

conda update warp -c warpem

Windows

We don't currently provide pre-built binaries for WarpTools on Windows.