File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
89diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
910transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
You can’t perform that action at this time.
0 commit comments