Sadjad Alikhani
commited on
Commit
•
2261009
1
Parent(s):
457207f
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Once the environment is activated, install the necessary packages.
|
|
51 |
|
52 |
#### **Install CUDA-enabled PyTorch**
|
53 |
|
54 |
-
|
55 |
|
56 |
```bash
|
57 |
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
|
|
|
51 |
|
52 |
#### **Install CUDA-enabled PyTorch**
|
53 |
|
54 |
+
While inference runs efficiently on CPU, you may require a GPU for training downstream tasks. Follow the instructions below to install CUDA-enabled PyTorch. Be sure to adjust the `pytorch-cuda` version according to your system's specifications.
|
55 |
|
56 |
```bash
|
57 |
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
|