From 30670f1ce9a0ec92915c90d9f1f5e571a1d5f478 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Sat, 2 Mar 2024 15:39:00 -0500 Subject: [PATCH] Update tensorboard version linux --- requirements_linux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_linux.txt b/requirements_linux.txt index 6f64060d9..6005733d1 100644 --- a/requirements_linux.txt +++ b/requirements_linux.txt @@ -1,4 +1,4 @@ torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage xformers==0.0.21 bitsandbytes==0.41.1 -tensorboard==2.14.1 tensorflow==2.14.0 +tensorboard==2.15.2 tensorflow==2.15.0.post1 -r requirements.txt