Nano: add partial m-series chip support for tensorflow (training and installation) (#6520)
* add m1 chip support * fix setup
This commit is contained in:
parent
81a9f8147c
commit
87507ba715
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,15 @@ conda activate env
|
||||||
pip install --pre --upgrade bigdl-nano[tensorflow]
|
pip install --pre --upgrade bigdl-nano[tensorflow]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
We also partially support M-series chip users with no guarantee of acceleration with same API. Currently only tensorflow is experimentally supported.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
conda create -n env python=3.8
|
||||||
|
conda activate env
|
||||||
|
conda install -c apple tensorflow-deps
|
||||||
|
pip install --pre --upgrade bigdl-nano[tensorflow]
|
||||||
|
```
|
||||||
|
|
||||||
```eval_rst
|
```eval_rst
|
||||||
.. note::
|
.. note::
|
||||||
Since bigdl-nano is still in the process of rapid iteration, we highly recommend that you install nightly build version through the above command to facilitate your use of the latest features.
|
Since bigdl-nano is still in the process of rapid iteration, we highly recommend that you install nightly build version through the above command to facilitate your use of the latest features.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue