Skip to content

Commit 41f0254

Browse files
committed
verify the information
1 parent a9318cf commit 41f0254

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/source/contribs/development_MacM1.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Run TensorCircuit on TensorlowBackend with Apple M1 Pro
1+
Run TensorCircuit on TensorlowBackend with Apple M1
22
========================================================
33
Contributed by (Yuqin Chen)
44

5-
Why We Can't Run TensorCircuit on TensorlowBackend with Apple M1 Pro
6-
---------------------------------------------------------------
7-
TensorCircuit requires Tensorflow to support TensorflowBackend. However for Apple M1 Pro, Tensorflow package cannot be properly installed by a usual method like "pip install tensorflow". As well, the TensorCircuit package cannot be properly installed by a usual method "pip install tensorcircuit"
5+
Why We Can't Run TensorCircuit on TensorlowBackend with Apple M1
6+
-----------------------------------------------------------------------
7+
TensorCircuit requires Tensorflow to support TensorflowBackend. However for Apple M1, Tensorflow package cannot be properly installed by a usual method like "pip install tensorflow". As well, the TensorCircuit package cannot be properly installed by a usual method "pip install tensorcircuit"
88
All we need is to properly install tensorflow on Apple M1 Pro and then download the TensorCircuit package to the local and install it.
99

10-
Install tensorflow on Apple M1 Pro
11-
---------------------------------------------------------------
10+
Install tensorflow on Apple M1
11+
------------------------------------
1212
According to the instructions below or the installation manual on Apple's official website `tensorflow-metal PluggableDevice <https://developer.apple.com/metal/tensorflow-plugin/>`_, you can install tensorflow step by step.
1313

1414
**Step1: Environment setup**
@@ -92,12 +92,12 @@ for v2.6
9292
python -m pip install tensorflow-metal
9393
9494
95-
Install TensorCircuit on Apple M1 Pro
96-
---------------------------------------------------------------
95+
Install TensorCircuit on Apple M1
96+
-----------------------------------
9797
After properly install tensorflow, you can continue install TensorCircuit.
98-
Up to now, for Apple M1 pro, the Tensorcircuit package can not be installed by simply
98+
Up to now, for Apple M1, the Tensorcircuit package can not be installed by simply
9999
conducting "pip install tensorcircuit", which will lead to improper way for Tensorflow installation.
100-
One need to download the installation package to the local, only in this way the installation proceess can recognize the Apple M1 pro environment.
100+
One need to download the installation package to the local, only in this way the installation proceess can recognize the Apple M1 environment.
101101

102102
One should download the TensorCircuit package to local at first.
103103

0 commit comments

Comments
 (0)