Skip to content

Commit

Permalink
oop missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 committed Dec 13, 2024
1 parent 8c3b8b7 commit 7b16d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/userbenchmark-regression-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Print torch.version.git_version
run: |
set -x
bash ./benchmark/.ci/torchbench/activate_conda.sh
. "${HOME}"/miniconda3/etc/profile.d/conda.sh
conda activate "${CONDA_ENV}"
python -c "import torch; print(torch.version.git_version)"
- name: Run optim user benchmark
run: |
Expand Down

0 comments on commit 7b16d63

Please sign in to comment.