- 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 ~/.bashrcCreate A Virtual Environment
conda create -n smile python=3.12 -y
conda activate smileMerge Updates into Your Local Branch
git fetch
git pull