You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source-pytorch/starter/installation.rst
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,6 @@
6
6
Installation
7
7
############
8
8
9
-
10
-
11
-
*****************************
12
-
Apple Silicon (M1/M2/M3) Macs
13
-
*****************************
14
-
While ML related python packages are updated to work with Apple Silicon, you'll need to set 2 environment variables on install.
15
-
16
-
.. code-block:: bash
17
-
18
-
# needed for M1/M2/M3
19
-
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
20
-
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
21
-
22
-
python -m pip install -U lightning
23
-
24
-
25
-
----
26
-
27
9
****************
28
10
Install with pip
29
11
****************
@@ -56,6 +38,12 @@ You can also use `Conda Environments <https://docs.conda.io/projects/conda/en/la
56
38
57
39
----
58
40
41
+
42
+
In case you face difficulty with pulling the GRPC package, please follow this `thread <https://stackoverflow.com/questions/66640705/how-can-i-install-grpcio-on-an-apple-m1-silicon-laptop>`_
0 commit comments