File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898 - name : Identify pinned versions
9999 run : |
100100 cd pytorch
101- echo "BENCHMARK_COMMIT_ID=$(<.github /ci_commit_pins/torchbench.txt)" | tee -a "$GITHUB_ENV"
101+ echo "BENCHMARK_COMMIT_ID=$(<.ci/docker /ci_commit_pins/torchbench.txt)" | tee -a "$GITHUB_ENV"
102102 echo "TORCHVISION_COMMIT_ID=$(<.github/ci_commit_pins/vision.txt)" | tee -a "$GITHUB_ENV"
103103 echo "TORCHAUDIO_COMMIT_ID=$(<.github/ci_commit_pins/audio.txt)" | tee -a "$GITHUB_ENV"
104104 echo "TIMM_COMMIT_ID=$(<.ci/docker/ci_commit_pins/timm.txt)" | tee -a "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 shell : bash
158158 run : |
159159 cd /c/pytorch
160- echo "BENCHMARK_COMMIT_ID=$(<.github /ci_commit_pins/torchbench.txt)" | tee -a "$GITHUB_ENV"
160+ echo "BENCHMARK_COMMIT_ID=$(<.ci/docker /ci_commit_pins/torchbench.txt)" | tee -a "$GITHUB_ENV"
161161 echo "TORCHVISION_COMMIT_ID=$(<.github/ci_commit_pins/vision.txt)" | tee -a "$GITHUB_ENV"
162162 echo "TORCHAUDIO_COMMIT_ID=$(<.github/ci_commit_pins/audio.txt)" | tee -a "$GITHUB_ENV"
163163 echo "TIMM_COMMIT_ID=$(<.ci/docker/ci_commit_pins/timm.txt)" | tee -a "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments