Skip to content

Commit

Permalink
Update Installer for Windows CUDA.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
My12123 authored Dec 18, 2024
1 parent fdf7eba commit e107fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer for Windows CUDA.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ F:
call F:\1\Scripts\activate.bat
conda create -n manga-image-translator python=3.10 -y
conda activate manga-image-translator
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
conda install -c conda-forge pydensecrf -y

0 comments on commit e107fbf

Please sign in to comment.