Open yingding opened 1 year ago
Thank you for reporting this issue, @yingding!
The next model-card-toolkit
release (2.0.0) will require absl-py>=0.9,<1.1
and tensorflow-data-validation>=1.5.0,<2.0.0
. Unfortunately, this alone won't resolve the issue since ml-metadata
does not support Apple Silicon, and we don't have an ETA for when it will. A suggested workaround in the linked issue is to build MLMD from source. Separately, we can explore making MLMD an optional dependency as part of #93.
Thanks so much, I am looking forward to the 2.0.0 release. It seems like model-card-toolkit
is also waiting for the tfx-bsl
.
I tried to install
model-card-toolkit
with python 3.10 and the following packages on my m1 max MBP.got the following error
Is there anyway to get this to work on apple M1/M2 silicon?