Skip to content

Commit

Permalink
Merge branch 'main' of github.com:laszewsk/mlcommons
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 4, 2023
2 parents 5ece2fc + a6d702a commit 2aa641e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/cloudmask/target/greene_v0.5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ realclean:
#

image-rivanna:
cms rivanna singularity build image-singularity/${NAME}.sif .
cms rivanna singularity build image-singularity/${NAME}.def


image:
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/cloudmask/target/greene_v0.5/cloudmask_v0.5.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def main():
print("Config file:", configYamlFile)

config = FlatDict()
config.load(filename=configYamlFile)
config.load(content=configYamlFile)

print (config)

Expand Down
5 changes: 2 additions & 3 deletions benchmarks/cloudmask/target/greene_v0.5/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
protobuf==3.19.4
protobuf==3.19.4
# numpy<1.24
numpy==1.23.5
tqdm
tensorflow==2.8.0
cloudmesh-gpu
scikit-learn
h5py
pyyaml
awscli
cloudmesh-common
cloudmesh-rivanna
cloudmesh-ee
docopts
seaborn
# git+https://github.com/mlperf/[email protected]
git+https://github.com/mlperf/[email protected]
6 changes: 3 additions & 3 deletions benchmarks/cloudmask/target/greene_v0.5/simple.rivanna.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#SBATCH --mem=64G
#SBATCH -o outputs/simple-rivanna-a100-dgx-%u-%j.out
#SBATCH -e outputs/simple-rivanna-a100-dgx-%u-%j.err
#SBATCH --reservation: bi_fox_dgx
#SBATCH --partition: bii-gpu
#SBATCH --account: bii_dsc_community
#SBATCH --reservation=bi_fox_dgx
#SBATCH --partition=bii-gpu
#SBATCH --account=bii_dsc_community


mkdir -p outputs/slstr_cloud
Expand Down

0 comments on commit 2aa641e

Please sign in to comment.