Skip to content

Commit

Permalink
Install lasy on Perlmutter by default (#5439)
Browse files Browse the repository at this point in the history
This modifies Perlmutter's installation instructions so that `lasy` is installed by default.
  • Loading branch information
RemiLehe authored Nov 6, 2024
1 parent 48bb4da commit f8a6701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ python3 -m pip install --upgrade cupy-cuda12x # CUDA 12 compatible wheel
# optimas (based on libEnsemble & ax->botorch->gpytorch->pytorch)
python3 -m pip install --upgrade torch # CUDA 12 compatible wheel
python3 -m pip install --upgrade optimas[all]

python3 -m pip install --upgrade lasy

# remove build temporary directory
rm -rf ${build_dir}

0 comments on commit f8a6701

Please sign in to comment.