File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -302,11 +302,12 @@ The following NVIDIA® software are only required for GPU support.
302
302
Note: For users of Apple M1 computers, to get native performance, you' ll
303
303
want to follow the instructions found
304
304
[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.
310
311
311
312
Currently there is no official GPU support for running TensorFlow on
312
313
MacOS. The following is instructions are for running on CPU.
You can’t perform that action at this time.
0 commit comments