From 213e1782ac896e9058d64e48ce1565ae66bcab3e Mon Sep 17 00:00:00 2001 From: Robert Dyro Date: Mon, 23 Dec 2024 08:32:54 +0100 Subject: [PATCH] tbp nightly instructions --- docs/profiling.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/profiling.md b/docs/profiling.md index 91f4d61b2..ac992b3a0 100644 --- a/docs/profiling.md +++ b/docs/profiling.md @@ -93,6 +93,12 @@ plugins" error described {ref}`below `. See for more information on installing TensorBoard. +Nightly version of TensorBoard profiler requires nightly tensorflow and +tensorboard +```shell +pip install tf-nightly tb-nightly tbp-nightly +``` + ### Programmatic capture You can instrument your code to capture a profiler trace via the