Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanandonly committed Jul 28, 2022
1 parent bcf746e commit 7a1519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install_dep: &install_dep
# start installing
source activate /home/circleci/venv
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly -q
conda install pytorch torchvision torchaudio=0.12.0 cudatoolkit=11.3 -c pytorch-nightly -q
$CONDA_PYTHON -m pip install -r requirements-benchmark.txt --progress-bar off
# Mark install as complete
Expand Down

0 comments on commit 7a1519c

Please sign in to comment.