mlcommons / storage

MLPerf™ Storage Benchmark Suite
https://mlcommons.org/en/groups/research-storage/
Apache License 2.0
61 stars 19 forks source link

datagen example gives an error 'Invalid option --hosts' #67

Open wpower-work opened 1 month ago

wpower-work commented 1 month ago

The datagen example:

./benchmark.sh datagen --hosts 10.117.61.121,10.117.61.165 --workload unet3d --accelerator-type h100 --num-parallel 8 --param dataset.num_files_train=1200 --param dataset.data_folder=unet3d_data

Returns an invalid --hosts error. Without the --hosts option datagen works correctly (looks like a typo in the example)

Linzsd commented 3 weeks ago

remove --hosts 10.117.61.121,10.117.61.165