This repository contains a tutorial for using python poetry and tensorflow on a Apple M1 chip and x64/x86 system. Additionally when using the M1 chip, the power of its GPU is enabled for tensorflow.
make create_env
conda activate env-tf-poet-3.10
make install_m1
make patch_mac_m1
make run_main
It should print GPU enabled
poetry add <package_name>
make patch_mac_m1
make create_env
conda activate env-tf-poet-3.10
make install_x64
make run_main