6 lines
284 B
Plaintext
6 lines
284 B
Plaintext
We need to run the following commands to install the prerequisites for the project.
|
|
|
|
|
|
This command is used to install pytorch and torchvision for the purposes of GPU-accelerated vision tasks.
|
|
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|