narikm

Results 2 comments of narikm

Replace the pip install --no-cache-dir torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu126 line with pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128

> Which file contains the line that we replace with the other line? Thanks! Not a file, the installation process: git clone https://github.com/ostris/ai-toolkit.git cd ai-toolkit python -m venv venv .\venv\Scripts\activate...