Profiling on CPU #12221
-
Hi, I am trying to use the Perfetto profiling per this link: https://jax.readthedocs.io/en/latest/profiling.html However, I get the following error: Is this profiling only intended for use on GPUs? If so, how can I profile on CPU? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved! If anybody runs into this, it is because there are |
Beta Was this translation helpful? Give feedback.
Resolved! If anybody runs into this, it is because there are
tensorflow
dependencies, so you have to uninstalltensorflow
and installtensorflow-cpu
instead.