#Install on Macbook M1 chip
NOTE: It's been tested on Macbook Air 2021 M1 chip only
Requirements:
- Apple Mac with M1 chips
- MacOS > 12.6 (Monterey)
Following steps
- Clone this repo
git clone https://github.com/taipingeric/fusionlab.git
cd fusionlab
- Uninstall Anaconda (Optional): https://docs.anaconda.com/anaconda/install/uninstall/
- Install Miniconda
- Miniconda3 macOS Apple M1 64-bit pkg
- Miniconda3 macOS Apple M1 64-bit bash
- Install the xcode-select command-line
xcode-select --install
- Deactivate the base environment
conda deactivate
- Clone this repo from github and change dir
git clone https://github.com/taipingeric/fusionlab.git
cd fusionlab
- Create conda environment using config
conda env create -f ./configs/tf-apple-m1-conda.yaml -n fusionlab
- Replace requirements.txt with requirements-m1.txt
- Install by pip
pip install -r requirements-m1.txt