Update m1_tf_setup.sh
This commit is contained in:
+3
-3
@@ -3,7 +3,6 @@
|
||||
conda init --all
|
||||
conda create --name tensorflow_m1 python==3.9
|
||||
conda activate tensorflow_m1
|
||||
conda install -c apple tensorflow-deps==2.5.0
|
||||
python3 -m pip install --ignore-installed imageio
|
||||
python3 -m pip install insightface==0.2.1 onnxruntime moviepy
|
||||
python3 -m pip install onnxruntime-gpu
|
||||
@@ -19,8 +18,8 @@ python3 -m pip install wrapt==1.12.1
|
||||
python3 -m pip install opt_einsum
|
||||
python3 -m pip install flatbuffers==1.12.0
|
||||
python3 -m pip install google-pasta==0.2
|
||||
python3 -m pip install h5py==3.7.0
|
||||
python3 -m pip install keras-nightly==2.5.0.dev
|
||||
python3 -m pip install h5py==3.1.0
|
||||
python3 -m pip install keras-nightly==2.5.0.dev2021032900
|
||||
python3 -m pip install keras-preprocessing==1.1.2
|
||||
python3 -m pip install tensorflow-estimator<2.6.0,>=2.5.0rc0
|
||||
python3 -m pip install termcolor==1.1.0
|
||||
@@ -29,6 +28,7 @@ python3 -m pip install gast==0.4.0
|
||||
python3 -m pip install grpcio==1.34.0
|
||||
python3 -m pip install typing-extensions==3.7.4
|
||||
python3 -m pip install astunparse==1.6.3
|
||||
conda install -c apple tensorflow-deps==2.5.0
|
||||
python3 -m pip install tensorflow-macos==2.5.0
|
||||
python3 -m pip install tensorflow-macos==2.5.0 --no-dependencies
|
||||
python3 -m pip install tensorflow-metal==0.1.2
|
||||
|
||||
Reference in New Issue
Block a user