File tree Expand file tree Collapse file tree
ML-Frameworks/pytorch-aarch64 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,13 +88,8 @@ COPY $TORCH_AO_WHEEL /home/$DOCKER_USER/
8888# will need to manually add their dependencies. We don't use the nightly
8989# versions which corresponding to our torch build because they can disappear,
9090# and we usually don't need features from the nightlies.
91- # Note: torchvision is currently pinned to a nightly build, this can be updated
92- # at the next vision release, and the `--extra-index-url` removed.
9391RUN pip install \
94- torchaudio~=2.6.0 \
95- torchdata~=0.11.0 \
9692 torchvision~=0.23.0 \
97- torchtune~=0.5.0 \
9893 --no-deps
9994
10095# We need --no-deps because the torch version won't match the versions on torch*
Original file line number Diff line number Diff line change 33# PyTorch channel and our own built torch wheel (see Dockerfile for more info )
44certifi == 2024.8.30
55charset-normalizer ~= 3.4.0
6- datasets ~= 3.4.1
76expecttest == 0.3.0 # From unit tests
87filelock ~= 3.16.1
98fsspec == 2024.9.0
@@ -14,13 +13,11 @@ MarkupSafe~=3.0.1
1413mpmath ~= 1.3.0
1514networkx ~= 3.4.1
1615numpy ~= 2.1.2
17- omegaconf ~= 2.3.0
1816opencv-python-headless ~= 4.10.0.84
1917packaging ~= 24.1
2018pandas ~= 2.2.3
2119pillow ~= 11.0.0
2220protobuf == 5.29.5 # GenAI models dependency
23- psutil ~= 7.0.0
2421pyaml ~= 24.9.0
2522python-dateutil ~= 2.9.0.post0
2623pytz == 2024.2
@@ -30,7 +27,6 @@ requests~=2.32.3
3027safetensors ~= 0.4.5
3128six ~= 1.16.0
3229sympy ~= 1.13.1
33- tiktoken ~= 0.9.0
3430tokenizers ~= 0.21.0
3531tqdm ~= 4.66.5
3632transformers ~= 4.55.2 # >= 4.50.0 due to CVE-2025-2099
You can’t perform that action at this time.
0 commit comments