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 6969 run : docker run --rm toolsolutions-pytorch:latest ./test-examples.sh
7070
7171 - name : Run unit tests
72- run : docker run --rm toolsolutions-pytorch:latest bash ./run_unit_tests.sh
72+ run : docker run --rm toolsolutions-pytorch:latest ./run_unit_tests.sh
7373
7474 # This job adds a check named "Precommit-status" that represents overall
7575 # workflow status and can be used in branch rulesets
Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ RUN pip install "$(basename "$TORCH_AO_WHEEL")" --no-deps \
107107COPY examples/ /home/$DOCKER_USER/
108108COPY pytorch/test /home/$DOCKER_USER/pytorch/test
109109
110- RUN pip install -r requirements-unit.txt
111-
112110# Llm examples depends on torchchat
113111RUN sudo mkdir -p /home/ubuntu/gen_ai_utils/ && \
114112 cd /home/ubuntu/gen_ai_utils/ && \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717# limitations under the License.
1818# *******************************************************************************
1919
20- LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libtcmalloc.so.4 DNNL_DEFAULT_FPMATH_MODE=BF16 /
21- python pytorch/test/test_mkldnn.py
22- LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libtcmalloc.so.4 DNNL_DEFAULT_FPMATH_MODE=BF16 /
23- python pytorch/test/test_transformers.py
20+ OMP_NUM_THREADS=16 python pytorch/test/test_mkldnn.py
21+ OMP_NUM_THREADS=16 python pytorch/test/test_transformers.py
Original file line number Diff line number Diff line change 44certifi == 2024.8.30
55charset-normalizer ~= 3.4.0
66datasets ~= 3.4.1
7+ expecttest == 0.3.0 # From unit tests
78filelock ~= 3.16.1
89fsspec == 2024.9.0
910huggingface_hub == 0.27.0
You can’t perform that action at this time.
0 commit comments