Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 890 Bytes

File metadata and controls

43 lines (35 loc) · 890 Bytes

Installation

pre-requisites

  • Python 3.12 or higher
  • PyTorch 2.7 or higher
  • CUDA-compatible GPU with CUDA 12.6 or higher
  • GPU VRAM > 20 GB is highly recommanded
Install Anaconda on Linux
wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh
bash Anaconda3-2024.06-1-Linux-x86_64.sh -b -p ./anaconda3
./anaconda3/bin/conda init
source ~/.bashrc
Create A Virtual Environment
conda create -n smile python=3.12 -y
conda activate smile
Merge Updates into Your Local Branch
git fetch
git pull