TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What’s the M1 mac mini like for Machine Learning?

1 pointsby jarl-ragnarover 3 years ago
I’m contemplating the M1 mac mini as a ML machine and was wondering what experience others have had with it.

3 comments

garbagecoderover 3 years ago
I have been playing around with the M1 Pro for compute by making some toys that take advantage of its hardware directly, mostly in arm64 asm and c. I won’t pretend I was able to get every cycle optimized—I’m still working on the code—but it’s great so far.
mark_l_watsonover 3 years ago
I have a M1 MacBook Pro, and it is alright for running TensorFlow.<p>I have two conda environments set up, tf (CPU), and tf_m1 (Apple silicon GPU, CPU).<p>Some of my TF models, mainly multiple rower models have to run on just the CPU, but most of my models use the GPU.
PaulHouleover 3 years ago
What I have read is that the M1 is fast and efficient to train small models w&#x2F; Tensorflow but NVIDIA wins for big models.