Update readme install directions

This commit is contained in:
Jaret Burkett
2025-03-22 15:14:04 -06:00
parent 2aca2883e7
commit ccb66c748f

View File

@@ -39,9 +39,9 @@ git clone https://github.com/ostris/ai-toolkit.git
cd ai-toolkit
git submodule update --init --recursive
python3 -m venv venv
source venv/bin/activate
t csource venv/bin/activate
# install torch first
pip3 install torch
pip3 install --no-cache-dir torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu126
pip3 install -r requirements.txt
```