Skip to content

Commit

Permalink
Install time (#2493)
Browse files Browse the repository at this point in the history
Summary:
Remove nvidia-cuda-nvcc-cu12 as not required. Install time.

Pull Request resolved: #2493

Reviewed By: xuzhao9

Differential Revision: D63987509

Pulled By: atalman

fbshipit-source-id: 07298ddb569da7f7c3fe22d73da72a4ceab256f5
  • Loading branch information
atalman authored and facebook-github-bot committed Oct 7, 2024
1 parent bde2401 commit eae9e50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions userbenchmark/release-test/run_release_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ fi

. switch-cuda.sh "${CUDA_VERSION}"

if [[ ${CUDA_VERSION} == "12.1" ]]; then
pip install nvidia-cuda-nvcc-cu12
fi

nvcc --version
sudo apt-get install bc
sudo apt-get install --reinstall time
which time
# run mnist
mkdir -p "${RESULT_DIR}/mnist"
pushd "${EXAMPLES_DIR}/mnist"
Expand Down

0 comments on commit eae9e50

Please sign in to comment.