mlcommons/hpc

ResolvePackageNotFound error

Opened this issue · 3 comments

Everything proceeds for the install until I reach this step:

$ conda env create -f env.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - pytorch=1.8.1
  - pymatgen=2020.12.31

Hi @dogunter. Which benchmark is this for?

Open Catalyst

Argh, sorry, these instructions are in serious need of update.
Those were mostly just copied from the upstream repository.
I'll work on this, but in the meantime you may have better luck with this updated version: https://github.com/Open-Catalyst-Project/ocp/blob/main/INSTALL.md
Or even better would be to use the docker container sfarrell/mlperf-ocp:latest available on dockerhub.
I primarily run with that container on NERSC systems using this script: https://github.com/mlcommons/hpc/blob/main/open_catalyst/scripts/train_pm_shifter.sh