Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f1c8129

Browse files
rahul-tuliKSGulin
andauthored
Update docs with latest supported torch versions (#1601)
Co-authored-by: Konstantin Gulin <66528950+KSGulin@users.noreply.github.com>
1 parent bfc0d33 commit f1c8129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SparseML enables you to create a sparse model trained on your dataset in two way
107107
This repository is tested on Python 3.7-3.10, and Linux/Debian systems.
108108

109109
It is recommended to install in a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your system in order.
110-
Currently supported ML Frameworks are the following: `torch>=1.1.0,<=1.12.1`, `tensorflow>=1.8.0,<2.0.0`, `tensorflow.keras >= 2.2.0`.
110+
Currently supported ML Frameworks are the following: `torch>=1.1.0,<1.14`, `tensorflow>=1.8.0,<2.0.0`, `tensorflow.keras >= 2.2.0`.
111111

112112
Install with pip using:
113113

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
This repository is tested on Python 3.6-3.9, and Linux/Debian systems.
2020
It is recommended to install in a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your system in order.
21-
Currently supported ML Frameworks are the following: `torch>=1.1.0,<=1.8.0`, `tensorflow>=1.8.0,<=2.0.0`, `tensorflow.keras >= 2.2.0`.
21+
Currently supported ML Frameworks are the following: `torch>=1.1.0,<1.14`, `tensorflow>=1.8.0,<=2.0.0`, `tensorflow.keras >= 2.2.0`.
2222

2323
Install with pip using:
2424

0 commit comments

Comments
 (0)