Skip to content
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

Implement more Actions #22

Closed
13 tasks done
arjunsuresh opened this issue Jan 20, 2025 · 3 comments
Closed
13 tasks done

Implement more Actions #22

arjunsuresh opened this issue Jan 20, 2025 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers initial-development

Comments

@arjunsuresh
Copy link
Contributor

arjunsuresh commented Jan 20, 2025

We need to support more Actions which are detailed below

  • mlc rm cache
  • mlc rm script
  • mlc cp script
  • mlc add script
  • mlc mv script
  • mlc docker script
  • mlc test script
  • mlc show script
  • mlc show cache
  • mlc search script
  • mlc add repo
  • mlc rm repo
  • mlc find repo
@arjunsuresh arjunsuresh added enhancement New feature or request good first issue Good for newcomers initial-development labels Jan 20, 2025
@arjunsuresh arjunsuresh added good first issue Good for newcomers and removed good first issue Good for newcomers labels Jan 21, 2025
@arjunsuresh arjunsuresh moved this to In progress in MLPerf Automation Jan 28, 2025
@kingjuno
Copy link

kingjuno commented Feb 3, 2025

@arjunsuresh Hi, I would like to work on this but is there any reference which i can look into? Ty.

@arjunsuresh
Copy link
Contributor Author

@kingjuno That's nice to do.

You can see cp action being implemented here and in the same class rm action is also implemented. Say for mv what we need to do is to cp followed by rm but with one change in cp - do not create a new uid for the copied item.

@arjunsuresh
Copy link
Contributor Author

All the actions are now implemented and we have github actions for them. So, closing this issue.

@github-project-automation github-project-automation bot moved this from In progress to Done in MLPerf Automation Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers initial-development
Projects
Status: Done
Development

No branches or pull requests

3 participants