Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedreamix committed Jun 20, 2024
1 parent 13cf287 commit 20ded2c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions requirements_webui.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# PyTorch and its dependencies
# These libraries include PyTorch and its related packages, supporting CUDA 11.8.
torch==2.0.1
torchvision==0.15.2
torchaudio==2.0.2
# torch==2.0.1
# torchvision==0.15.2
# torchaudio==2.0.2
# Installation source for PyTorch: -f https://download.pytorch.org/whl/cu118
# Example installation command:

# pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
# pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple

# General tools and libraries
numba
Expand Down

0 comments on commit 20ded2c

Please sign in to comment.