From c576633fe0798b549369f4ccc75be9050233ffeb Mon Sep 17 00:00:00 2001 From: Tongze Wang Date: Thu, 12 Sep 2024 13:49:13 -0700 Subject: [PATCH] chore: type --- pytorch.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch.dockerfile b/pytorch.dockerfile index ccdfd93..91a9a37 100644 --- a/pytorch.dockerfile +++ b/pytorch.dockerfile @@ -43,7 +43,7 @@ ENV PYTORCH_BUILD_NUMBER=0 # Torch # > https://github.com/pytorch/pytorch/issues/125230 -# >https://github.com/AngryLoki/pytorch/commit/38d6f115c65b67946de6765165ece0288c8416d4 +# > https://github.com/AngryLoki/pytorch/commit/38d6f115c65b67946de6765165ece0288c8416d4 RUN python${PYTHON_VERSION} tools/amd_build/build_amd.py && \ USE_ROCM=ON \ USE_NUMPY=1 \