Post

Replies

Boosts

Views

Activity

Reply to Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
Since Apple silicon use UMA(Unified Memory Architecture) you can just ignore this waring. But make sure Tensorflow works fine. In my case it didn't worked because of version mismatches in packages. Below combination working fine so far. python_version ==3.11.9 tensorflow ==2.15.0 tensorflow-macos ==2.15.0 tensorflow-metal ==1.1.0
Jul ’24