File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
images/pytorch-benchmarks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM pytorch/pytorch:2.0.1 -cuda11.7-cudnn8 -runtime
1+ FROM pytorch/pytorch:2.6.0 -cuda11.8-cudnn9 -runtime
22
33RUN apt update && apt install -y git time
44RUN git clone https://github.com/pytorch/benchmark
55WORKDIR /workspace/benchmark
66# Pin pytorch-benchmark repo version
7- RUN git reset --hard 6fef32ddaf93a63088b97eb27620fb57ef247521
7+ RUN git reset --hard a22a2a8309d513c66df995ae27ee48c954b49f66
88# List of models here should match PytorchModel enum
99# in python/perftest/pytorch.py
1010RUN python install.py alexnet resnet50 llama
1111
1212# PyTorch install.py pins numpy=1.21.2 but
1313# this breaks numba so update both here
14- RUN pip install -U numpy numba
14+ RUN pip install -U numpy numba
You can’t perform that action at this time.
0 commit comments