Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#721 installation tutorial

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-694_installation_tutorial
1 changed files with 41 additions and 0 deletions
  1. 41
    0
      documentation/source/installation.md

Installing SuperGradients

Requirements

General requirements

To train on nvidia GPUs

Quick Installation

Install stable version using PyPi

See in PyPi

pip install super-gradients

That's it !

Important: If PyTorch was not already installed on your environment, you might need to reinstall a Pytorch version suitable for your CUDA version. Go into PyTorch installation page and follow the instructions to install the correct version.

Install using GitHub

pip install git+https://github.com/Deci-AI/super-gradients.git@stable
Discard