So, tensorflow-macos & tensorflow-metal is now only available on ARM64 platform?
I tried conda and pip and all get "No matching distribution found for ..." ERROR. BTW I'm under 12.1 Beta
Post
Replies
Boosts
Views
Activity
It just can't find the appropriate distribution and the following is what I got if I install it with the "SYSTEM_VERSION_COMPAT=0" prefix then run the tutorial on the https://www.tensorflow.org/tutorials/quickstart/beginner
【-: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.】
【-: I tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:305] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.】
【-: I tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:271] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 0 MB memory) -> physical PluggableDevice (device: 0, name: METAL, pci bus id: <undefined>)】
【Epoch 1/5】
【-: I tensorflow/core/grappler/optimizers/custom_graph_optimizer_registry.cc:112] Plugin optimizer for device_type GPU is enabled.】
【- python[1824:41366] -[MPSGraph adamUpdateWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:gradientTensor:name:]: unrecognized selector sent to instance 0x60000fe67480】