Skip to content

Commit f1d4167

Browse files
committed
pytorch: remove outdated comment
We are now building OpenBLAS, and we no longer bundle the mlcommons/inference repo
1 parent 77c8e9d commit f1d4167

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ML-Frameworks/pytorch-aarch64/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ ENV TORCH_WHEEL=$TORCH_WHEEL
2828
ARG TORCH_AO_WHEEL
2929
ENV TORCH_AO_WHEEL=$TORCH_AO_WHEEL
3030

31-
# TODO make sure Openblas is 0.3.28
32-
# And mlcommons is 4.1
3331
RUN if ! [ "$(arch)" = "aarch64" ] ; then exit 1; fi
3432

3533
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)