Skip to content

Commit 77b7377

Browse files
authored
fix link text
1 parent 2d0b05f commit 77b7377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ If using the GPU-enabled compute targets, it is important to ensure that the cor
132132

133133
In addition to ensuring the CUDA version and hardware are compatible, also ensure that the CUDA version is compatible with the version of the machine learning framework you are using:
134134

135-
- For PyTorch, you can check the compatibility [here](https://pytorch.org/get-started/previous-versions/).
136-
- For Tensorflow, you can check the compatibility [here](https://www.tensorflow.org/install/source#gpu).
135+
- For PyTorch, you can check the compatibility by visiting [Pytorch's previous versions page](https://pytorch.org/get-started/previous-versions/).
136+
- For Tensorflow, you can check the compatibility by visiting [Tensorflow's build from source page](https://www.tensorflow.org/install/source#gpu).
137137

138138
### Compute isolation
139139

0 commit comments

Comments
 (0)