File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,9 @@ The following NVIDIA® software are only required for GPU support.
234
234
### 5. Virtual environment configuration
235
235
236
236
You can skip this section if you only run TensorFlow on the CPU.
237
+
238
+ Note: Symbolic links are only necessary in case the intended way doesn' t work, i.e. the components aren' t being
239
+ detected, and/or conflict with the existing system CUDA installation.
237
240
238
241
* Create symbolic links to NVIDIA shared libraries:
239
242
@@ -249,11 +252,7 @@ The following NVIDIA® software are only required for GPU support.
249
252
ln -sf $(find $(dirname $(dirname $(python -c "import nvidia.cuda_nvcc;
250
253
print(nvidia.cuda_nvcc.__file__)"))/*/bin/) -name ptxas -print -quit) $VIRTUAL_ENV/bin/ptxas
251
254
```
252
- *️⃣ **Disclaimer**
253
-
254
- Symbolic links are only necessary in case the intended way doesn' t work, i.e. the components aren' t being
255
- detected, and/or conflict with the existing system CUDA installation.
256
-
255
+
257
256
### 6. Verify the installation
258
257
259
258
Verify the CPU setup:
You can’t perform that action at this time.
0 commit comments