Hi, I'm trying to test my MLCube using the instructions that were provided, and after running the test command, I received this error: ``` Demo dataset synapse:syn52276402: Hash mismatch: synapse:syn52276402. ``` Are you all sure that this is the correct demo dataset/hash pair? For your reference, I'm running this command: ``` medperf --gpus=all test run --offline --no-cache --demo_dataset_url synapse:syn52276402 --demo_dataset_hash "16526543134396b0c8fd0f0428be7c96f2142a66" -p ./prep_segmentation -e ./eval_segmentation -m ``` Best, aec8

Created by aec8
Thank you! That fixed it!
@aec8 , You were right - the checksums have updated from 40 characters to 64 characters sometime between last year and this year. Please use the following checksum instead: ```text medperf --gpus=all test run \ --offline --no-cache --demo_dataset_url synapse:syn52276402 \ --demo_dataset_hash "3a706d3b8e1f39411887c980b2ee5f62a7fa314a88811cdc0f5f8909d05126e5" \ -p ./prep_segmentation \ -e ./eval_segmentation \ -m FILEPATH_TO_YOUR_MLCUBE ``` Thank you again for bringing this to our attention!
Sounds good. Thank you!
@aec8 , Thank you for the notification! I was able to reproduce the error you received as well. On Monday, we will investigate the error and let you know of the next steps.

MLCube Test Error - Demo dataset synapse:syn52276402: Hash mismatch: synapse:syn52276402. page is loading…