Installation¶
Install with conda environment¶
Create a new environment
conda create -n agat python==3.10Activate the environment
conda activate agatInstall PyTorch
Navigate to the installation page and choose you platform. For example (GPU):
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidiaInstall dgl.
Please navigate to the Get Started page of dgl. For example (GPU):conda install -c dglteam/label/cu118 dglInstall AGAT package
pip install agatInstall CUDA and CUDNN [Optional].
For HPC, you may load CUDA by checking
module av, or you can contact your administrator for help.