mlcommons / cm4mlops

A collection of portable, reusable and cross-platform automation recipes (CM scripts) with a human-friendly interface and minimal dependencies to make it easier to build, run, benchmark and optimize AI, ML and other applications and systems across diverse and continuously changing models, data sets, software and hardware (cloud/edge)
http://docs.mlcommons.org/cm4mlops/
Apache License 2.0
7 stars 12 forks source link

Add CM support for private configuration for rclone #25

Open gfursin opened 2 months ago

gfursin commented 2 months ago

We had to remove configs with private keys from the CM get-rclone script.

We need to add proper support to handle such private keys. We can use the new CM cfg automation or create a "get-rclone-config" script.

TBD: should brainstorm more.

gfursin commented 2 months ago

Hi @arjunsuresh . I didn't manage to merge private key for get-rclone for MLCommons datasets (even though it seems to be "public") - GitHub refused a commit. We should either find a workaround to push it back or create a script to register them locally without pushing to Git ...