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
9 stars 12 forks source link

Update all tests in GitHub workflows for mlcommons@cm4mlops #8

Closed gfursin closed 5 months ago

gfursin commented 5 months ago
gfursin commented 5 months ago

Hi @arjunsuresh . I am struggling to initiate tests in this repository. I updated all workflows but they still don't run when I create a PR (only CLA check runs). Do you know by chance how to make them work? Thanks a lot in advance!!!

gfursin commented 5 months ago

Oh, I think I figured out - I needed to change branches from "master" to "main". It seems to be working now ...

gfursin commented 5 months ago

Done