aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
627 stars 86 forks source link

Proposed method of installation on MAC M1 and GPU utilisation #998

Closed gdamianakos closed 8 months ago

gdamianakos commented 1 year ago

What is the proposed method of installation in Mac silicon M1?

After a lot of trials, my installation worked with the following set of commands on a x86 architecture conda env

in new python env:

conda config --env --set subdir osx-64 conda install python=3.8.13 pip install fedot brew install libomp conda install -c conda-forge lightgbm

Also, can't seem to get any GPU activity, is there any config script I can include in code for M1?

nicl-nno commented 1 year ago

Hi,

This problem is related to lightgbm library, not the FEDOT itself. Thank you for the proposed solution. You can contribute it to the insallation manual with pull request.

The GPU-based setup is not used by default. The preparation of GPU config is described in https://fedot.readthedocs.io/en/latest/advanced/gpu_evaluation.html