Skip to content

Commit c4445f3

Browse files
authored
don't repeat wasted twice
1 parent 2df6584 commit c4445f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/tipsandtricks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ In order to override the default behavior, a user can set the environment variab
151151

152152
Note that you should select the cudatoolkit version most appropraite for your GPU; currently, we have "10.2", "11.0", "11.1", and "11.2" available.
153153

154-
For context, installing TensorFlow 2.7.0 with ``CONDA_CUDA_OVERRIDE="11.2" mamba install tensorflow -c conda-forge`` results in approximately 2 GB of packages to download while ``CONDA_CUDA_OVERRIDE="11.2" mamba install tensorflow=2.7.0=cpu* -c conda-forge`` results in approximately 200 MB to download. That is a significant bandwidth AND storage wasted wasted if one only needs the ``-cpu`` variant!
154+
For context, installing TensorFlow 2.7.0 with ``CONDA_CUDA_OVERRIDE="11.2" mamba install tensorflow -c conda-forge`` results in approximately 2 GB of packages to download while ``CONDA_CUDA_OVERRIDE="11.2" mamba install tensorflow=2.7.0=cpu* -c conda-forge`` results in approximately 200 MB to download. That is a significant bandwidth AND storage wasted if one only needs the ``-cpu`` variant!

0 commit comments

Comments
 (0)