From f58305783065b656b53372d4071c4d88d5be2ede Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 10 Oct 2024 14:48:41 +0200 Subject: [PATCH] in docs also to 2.0 --- README.md | 2 +- docs/source/getting_started/installing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fc92971ff..d57228fda6 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ pip install "python-doctr[torch,viz,html,contib]" For MacBooks with M1 chip, you will need some additional packages or specific versions: - TensorFlow 2: [metal plugin](https://developer.apple.com/metal/tensorflow-plugin/) -- PyTorch: [version >= 1.12.0](https://pytorch.org/get-started/locally/#start-locally) +- PyTorch: [version >= 2.0.0](https://pytorch.org/get-started/locally/#start-locally) ### Developer mode diff --git a/docs/source/getting_started/installing.rst b/docs/source/getting_started/installing.rst index 46d4177b30..e764e734a7 100644 --- a/docs/source/getting_started/installing.rst +++ b/docs/source/getting_started/installing.rst @@ -17,7 +17,7 @@ Whichever OS you are running, you will need to install at least TensorFlow or Py For MacBooks with M1 chip, you will need some additional packages or specific versions: * `TensorFlow 2 Metal Plugin `_ -* `PyTorch >= 1.12.0 `_ +* `PyTorch >= 2.0.0 `_ Via Python Package ==================