Skip to content

Commit e41fd5c

Browse files
Remove reference to Tensorflow Decision Forests wrt M1 computers.
TF-DF includes support for M1 systems since its version 1.0.0. PiperOrigin-RevId: 490689732
1 parent 1f6f8e9 commit e41fd5c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

site/en/install/pip.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,12 @@ The following NVIDIA® software are only required for GPU support.
302302
Note: For users of Apple M1 computers, to get native performance, you'll
303303
want to follow the instructions found
304304
[here](https://developer.apple.com/metal/tensorflow-plugin/){:.external}.
305-
Conda has shown to have the smoothest install. Some TensorFlow binaries
306-
(specifically, ones with custom C++ extensions like TensorFlow Decision
307-
Forests, object detection, and TFX) are not compiled against M1 targets. If
308-
you need those libraries, you will have to use TensorFlow with x86 emulation
309-
and Rosetta.
305+
Conda has shown to have the smoothest install. Packages that
306+
include custom C++ extensions for TensorFlow also need to be compiled for
307+
Apple M1. Some packages, like
308+
[tensorflow_decision_forests](https://www.tensorflow.org/decision_forests)
309+
publish M1-compatible versions, but many packages don't. To use those
310+
libraries, you will have to use TensorFlow with x86 emulation and Rosetta.
310311
311312
Currently there is no official GPU support for running TensorFlow on
312313
MacOS. The following is instructions are for running on CPU.

0 commit comments

Comments
 (0)