Skip to content

Commit 208b0b4

Browse files
author
Chris Maunder
committed
Corrections to CUDA12 install
1 parent 0aa0731 commit 208b0b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements.cuda12.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#! Python3.9
22

3-
numpy==1.23 # Installing NumPy, a package for scientific computing
3+
# numpy==1.23 # Installing NumPy, a package for scientific computing
44

5-
--extra-index-url https://download.pytorch.org/whl/cu121
6-
torch==2.1.2 # Installing PyTorch, for Tensor computation and Deep neural networks
5+
#--extra-index-url https://download.pytorch.org/whl/cu121
6+
#torch==2.1.2 # Installing PyTorch, for Tensor computation and Deep neural networks
7+
torch # Installing PyTorch, for Tensor computation and Deep neural networks
78

89
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
910
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow

0 commit comments

Comments
 (0)