From 0feebfe8adf94db0e774ee0a6dc1c1ac4e26bb20 Mon Sep 17 00:00:00 2001 From: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:21:04 +0200 Subject: [PATCH] remove dead TF link (#2245) --- docs/source/installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index bc524f4827a..c06f0d73562 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -63,7 +63,5 @@ TensorFlow V1 with GPU operations enabled: pip install sparseml[tf_v1_gpu] ``` -Depending on your device and CUDA version, you may need to install additional dependencies for using TensorFlow V1 with GPU operations. You can find these steps [here.](https://www.tensorflow.org/install/gpu#older_versions_of_tensorflow) - Note, TensorFlow V1 is no longer being built for newer operating systems such as Ubuntu 20.04. Therefore, SparseML with TensorFlow V1 is unsupported on these operating systems as well.