-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite TF GPU installation instructions to use [and-cuda] instead of…
… conda TF 2.14 supports `pip install tensorflow[and-cuda]`, which should totally remove the need for miniconda in the installation process. The Miniconda instructions provided: 1. The CUDA libraries 2. A virtual Python environment These new instructions _only_ provide the CUDA libraries, not a virtual environment. This is consistent with the CPU installation methods. PiperOrigin-RevId: 569336143
- Loading branch information
1 parent
bf28fbd
commit 7442d72
Showing
1 changed file
with
28 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters