From 7740afaf88c8a3d6d47b65eb241fcbcdd4f5633c Mon Sep 17 00:00:00 2001 From: Rex Cheng Date: Sun, 22 Dec 2024 01:15:11 -0600 Subject: [PATCH] Add FAQ and citation --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a9c522e..50b4cb6 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,11 @@ We recommend using a [miniforge](https://github.com/conda-forge/miniforge) envir **1. Install prerequisite if not yet met:** -``` + +```bash pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 --upgrade ``` + (Or any other CUDA versions that your GPUs/driver support)