Skip to content

Commit

Permalink
in docs also to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Oct 10, 2024
1 parent 8b2e302 commit f583057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developer.apple.com/metal/tensorflow-plugin/>`_
* `PyTorch >= 1.12.0 <https://pytorch.org/get-started/locally/#start-locally>`_
* `PyTorch >= 2.0.0 <https://pytorch.org/get-started/locally/#start-locally>`_

Via Python Package
==================
Expand Down

0 comments on commit f583057

Please sign in to comment.