From 911cd86fb47f00ecafb18087142d7cf134eb7a79 Mon Sep 17 00:00:00 2001 From: Jerry G <124635598+jgongd@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:44:05 -0400 Subject: [PATCH] docs: known issue of tb_plugin (#10178) (cherry picked from commit 5e1f4927e26995e1dcbefa68e016c6aeb391027a) --- docs/release-notes/pytorch-tensorboard-plugin.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/release-notes/pytorch-tensorboard-plugin.rst diff --git a/docs/release-notes/pytorch-tensorboard-plugin.rst b/docs/release-notes/pytorch-tensorboard-plugin.rst new file mode 100644 index 00000000000..379e2f5e504 --- /dev/null +++ b/docs/release-notes/pytorch-tensorboard-plugin.rst @@ -0,0 +1,10 @@ +:orphan: + +**Known Issue** + +- PyTorch has `deprecated + ` + their Profiler TensorBoard Plugin (``tb_plugin``), so some features may not be compatible with + PyTorch 2.0 and above. Our current default environment image comes with PyTorch 2.3. If users + experiencing issues with this plugin, we suggest using an image with PyTorch version earilier + than 2.0.