apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k stars 1.14k forks source link

m1 turicreate support #3372

Open janbrutovsky opened 3 years ago

janbrutovsky commented 3 years ago

Hi all, any news when the new m1 will be supported by turicreate? upgraded to to M1 as my intel mbp13 2019 was dying when doing more then 30objects with oneshot learning thanks a lot jan

wsfhahn commented 3 years ago

Same issue, right now I'm running turicreate in a Qemu virtual machine emulating an x86 cpu, which isn't exactly fast

tagy commented 3 years ago

I'm wondering if the plan is for the CreateML app to replace/supersede turicreate?

merrcury commented 3 years ago

I was hoping Apple would include support for its own open-source project much faster.

RahulBhalley commented 3 years ago

I'm wondering if the plan is for the CreateML app to replace/supersede turicreate?

@tagy I think 's all ML softwares are at different levels of user-abstraction (high to low):

  1. CreateML
  2. TuriCreate
  3. CoreML
Enzo90910 commented 3 years ago

I'm guessing we won't get news on this before WWDC, but it would be nice to know if there are plans for this. Currently running turicreate on a x64/Ti1080 server but very much looking forward to running it locally.

igorperic17 commented 3 years ago

@Enzo90910 can you share some details on how you do this? Or is it just simple ssh?

Enzo90910 commented 3 years ago

@Enzo90910 can you share some details on how you do this? Or is it just simple ssh?

Basically following the doc here https://github.com/apple/turicreate/blob/main/LinuxGPU.md

You need Cuda, CuDNN and tensorflow-gpu I did it on a server over ssh yes, but nothing prevents you from doing it on a local desktop linux.

igorperic17 commented 3 years ago

Great, thanks!

Enzo90910 commented 3 years ago

Has there been any update on this? Or even any recent Apple announcement about Turi Create?

nathan-gage commented 3 years ago

Bumping-- any plans for turi-create on M1?

az-oolloow commented 2 years ago

Same here, wondering if we will see M1 support? It's 2022 now....

TobyRoseman commented 2 years ago

TuriCreate does not have native M1 support, but it should run fine on an M1 machine if you use Rosetta.

See my instructions in another GitHub issue to use TuriCreate with Rosetta.

az-oolloow commented 2 years ago

@TobyRoseman Can it use the GPU under Rosetta? Is it performant?

RahulBhalley commented 2 years ago

TuriCreate does not have native M1 support, but it should run fine on an M1 machine if you use Rosetta.

@TobyRoseman Is  going to make this software obsolete?