From baa6c686677097ca5e351ab00bee44eb7a110803 Mon Sep 17 00:00:00 2001 From: Will B Date: Sat, 6 Apr 2024 02:51:04 +0000 Subject: [PATCH 1/4] This change adds and envar that fixes PAD-134 --- Dockerfile-default-rocm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile-default-rocm b/Dockerfile-default-rocm index d53ae680..4a57009e 100644 --- a/Dockerfile-default-rocm +++ b/Dockerfile-default-rocm @@ -195,6 +195,10 @@ ENV WITH_RCCL=$WITH_RCCL ARG WITH_NFS_WORKAROUND=1 ENV WITH_NFS_WORKAROUND=$WITH_NFS_WORKAROUND +#MIOPEN_DEBUG_SAVE_TEMP_DIR is required to prevent +# PAD-134 +ENV MIOPEN_DEBUG_SAVE_TEMP_DIR=1 + ENTRYPOINT ["/container/bin/scrape_libs.sh"] CMD ["/bin/bash"] USER root From 85f2732560da3061515b288946716e35b16eee6f Mon Sep 17 00:00:00 2001 From: Will B Date: Sat, 6 Apr 2024 02:52:08 +0000 Subject: [PATCH 2/4] This change sets the tensorboard value to fix PAD-91 --- dockerfile_scripts/additional-requirements-rocm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile_scripts/additional-requirements-rocm.txt b/dockerfile_scripts/additional-requirements-rocm.txt index 27585b8e..f352d49f 100644 --- a/dockerfile_scripts/additional-requirements-rocm.txt +++ b/dockerfile_scripts/additional-requirements-rocm.txt @@ -10,7 +10,7 @@ Pillow>=8.3.2,<=9.5.0 analytics-python nvidia-ml-py protobuf<=3.20.3 -tensorboard==2.10.1 +tensorboard==1.15 pynvml tokenizers==0.13.0 huggingface-hub==0.16.4 From 1c2a7345d7aa1513c35ef8cd9c297676ed35ab21 Mon Sep 17 00:00:00 2001 From: Will B Date: Mon, 8 Apr 2024 20:57:38 +0000 Subject: [PATCH 3/4] Updated VERSION file. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1a44cad7..f176c944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.30.1 +0.31.1 From b217eb574d87623b336df511efdcbc483bc3ecc5 Mon Sep 17 00:00:00 2001 From: will-HPE Date: Tue, 9 Apr 2024 14:46:55 -0500 Subject: [PATCH 4/4] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f176c944..1a44cad7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.31.1 +0.30.1