mlcommons / inference

Reference implementations of MLPerf™ inference benchmarks

Home Page:https://mlcommons.org/en/groups/inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken Download Links: fp32 and fp16 Models

tohaowu opened this issue · comments

The fp32 and fp16 model download links on this page aren't working. Would it be possible to get updated links or another way to access the models? https://github.com/mlcommons/inference/tree/master/text_to_image

Can you please try the following?

pip install cmind
cm pull repo mlcommons@ck
cm run script --tags=get,ml-model,sdxl,_fp16,_rclone -j
cm run script --tags=get,ml-model,sdxl,_fp32,_rclone -j

Thanks, it works. But I don't know whether the mlcommon hosted checkpoint are same as cm hosted checkpoint.

They are the same. Basically cm is just wrapping the rclone command which accesses the same S3 bucket.