-
Notifications
You must be signed in to change notification settings - Fork 20
Changes to support R2 Downloader #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
mlc: | ||
group: download-src | ||
default: true | ||
rclone: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we giving rclone as a backup download option? If so why delete run-rclone.sh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @arjunsuresh,
Since RClone downloads are typically handled through the meta variations in most of our scripts, I’ve updated this accordingly. The download tool is now passed to the download and extract
script (lines 55–70) via adr
.
In short, both RClone and R2 Downloader are supported through this setup.
🧾 PR Checklist
dev
📌 Note: PRs must be raised against
dev
. Do not commit directly tomain
.