For what it's worth I was able to successfully install ZenML on Apple Silicon _without_ Rosetta. The steps were roughly: 1. Install `ml-metadata` by cherry-picking onto the `v1.8.0` tag and then following the instructions to build with Bazel. 2. Install ZenML with `poetry` after removing the `markupsafe==1.1.1` dependency. I haven't tried to do much with it yet, but this seems like progress.
Last active 4 months ago
9 replies
1419 views
- AD
For what it's worth I was able to successfully install ZenML on Apple Silicon without Rosetta. The steps were roughly:
- Install
ml-metadata
by cherry-picking onto thev1.8.0
tag and then following the instructions to build with Bazel. - Install ZenML with
poetry
after removing themarkupsafe==1.1.1
dependency.
I haven't tried to do much with it yet, but this seems like progress.
- Install
- DI
That's really cool @Adam Merberg!
- FE
Awesome, that’s really cool!
- HA
@Adam Merberg were you able to proceed beyond this. There are so many people who are fighting with MLMD as we speak
- TH
@hamza You mentioned in another thread that there is a non MLMD release coming soon. Does that mean that it would support Apple Silicon natively?
- HA
Yes @thomas.kwok thats one of the primary reasons we do it apart from the dependency bloat
- HA
Today @Michael Schuster and I are going to sit down on his Mac M1 and try to get ZenML working using @Adam Merberg’s approach though
- TH
Glad to hear :+1:
- AD
The only other step I was able to take was installing
tensorflow-macos
in the same environment following . Then I was able to successfully importzenml
andtensorflow
without any problem. I wasn't able to set up the integration because that wanted to installtensorflow
(the non-macos version that presumably wouldn't work).
Last active 4 months ago
9 replies
1419 views